Weiko
Weiko
TTwenty
Created by Park on 1/14/2025 in #❓︱help
Kanban column
Hi @Park, are you self hosting? Aggregation will come in the next release (0.40) and is currently behind a feature flag that you can enable. If you wait for a few days it should be live as well
4 replies
TTwenty
Created by Andreas on 1/7/2025 in #❓︱help
Google apis auth is not enabled
@Andreas yes or as suggested by @charles you can use your env variables and add to the docker-compose.yml
MESSAGING_PROVIDER_GMAIL_ENABLED=${MESSAGING_PROVIDER_GMAIL_ENABLED}
CALENDAR_PROVIDER_GOOGLE_ENABLED=${CALENDAR_PROVIDER_GOOGLE_ENABLED}
MESSAGING_PROVIDER_GMAIL_ENABLED=${MESSAGING_PROVIDER_GMAIL_ENABLED}
CALENDAR_PROVIDER_GOOGLE_ENABLED=${CALENDAR_PROVIDER_GOOGLE_ENABLED}
and update the .env with the corresponding values
17 replies
TTwenty
Created by HoangNguyeen on 1/2/2025 in #❓︱help
Importing data from email when sync
cc @Raphaël
5 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
Great! 🙂
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
Let me know if removing the body solved your issue
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
No description
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
In the meantime you can also create your own custom field in the note object (in a text field setting you can set wrap to display all lines) and use that one instead.
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
If you want to create notes via API and use body, you will need to follow RICH_TEXT format which is not trivial. We will try to improve that experience in the future.
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
The first row here in my example is wrong (the one with position -168), it's not a JSON object so it won't be parsed correctly. Can you check your DB and identify those notes? If you find some, make a copy somewhere and empty the column to fix the loading of the page
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
No description
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
So in your "note" table, I would check if one of the notes does not follow this format
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
Here is how it typically looks like
[{"id":"becbf562-2027-47b7-94a2-28eb66921910","type":"paragraph","props":{"textColor":"default",....
[{"id":"becbf562-2027-47b7-94a2-28eb66921910","type":"paragraph","props":{"textColor":"default",....
29 replies
TTwenty
Created by Rob on 12/26/2024 in #❓︱help
Upgrade errors from v0.34 v0.35.1
Ah, that would be it indeed. Maybe you put simple "text" in the body payload when you created notes via API
29 replies