Guillaume
Guillaume
TTwenty
Created by Wayne on 2/20/2025 in #❓︱help
Microsoft Outlook Sync Fails
In case you notice any strange log error, let me know (it can help to solve the issue)
17 replies
TTwenty
Created by Wayne on 2/20/2025 in #❓︱help
Microsoft Outlook Sync Fails
This should work
17 replies
TTwenty
Created by Wayne on 2/20/2025 in #❓︱help
Microsoft Outlook Sync Fails
Remove your email account and start again your synchronization
17 replies
TTwenty
Created by ralfdigitalagency on 2/20/2025 in #❓︱help
Is the "Log in with Google" option available?
In the settings, click advanced mode at the bottom and then make sure you enable google one the security options
13 replies
TTwenty
Created by Jas0r on 2/20/2025 in #❓︱help
Microsoft Sync - Forever Importing
You should rather type this yarn command:prod cron:messaging:messages-import yarn command:prod cron:messaging:message-list-fetch yarn command:prod cron:calendar:calendar-event-list-fetch yarn command:prod cron:calendar:calendar-events-import yarn command:prod cron:messaging:ongoing-stale yarn command:prod cron:calendar:ongoing-stale
9 replies
TTwenty
Created by ralfdigitalagency on 2/20/2025 in #❓︱help
Start the cron jobs
you don't need to be inside the container to run this. Locally, you can simply open your terminal and run it it should work
3 replies
TTwenty
Created by ralfdigitalagency on 2/20/2025 in #❓︱help
Start the cron jobs
you just need to run this from your server where the codebase stands. from the root folder. it will simply add a few keys in redis
3 replies
TTwenty
Created by Jas0r on 2/20/2025 in #❓︱help
Microsoft Sync - Forever Importing
did you start the workers ?
9 replies
TTwenty
Created by ralfdigitalagency on 2/20/2025 in #❓︱help
Is the "Log in with Google" option available?
you are on the latest twenty update ? 0.42 ? or 0.41 ?
13 replies
TTwenty
Created by ralfdigitalagency on 2/20/2025 in #❓︱help
Is the "Log in with Google" option available?
in your case: AUTH_GOOGLE_ENABLED=true i think
13 replies
TTwenty
Created by ralfdigitalagency on 2/20/2025 in #❓︱help
Is the "Log in with Google" option available?
13 replies
TTwenty
Created by ralfdigitalagency on 2/20/2025 in #❓︱help
Is the "Log in with Google" option available?
yes it should be. Make sure you follow the user guide on environment variables to make it appear !
13 replies
TTwenty
Created by Wayne on 2/20/2025 in #❓︱help
Microsoft Outlook Sync Fails
Thanks for reporting @Wayne
17 replies
TTwenty
Created by Wayne on 2/20/2025 in #❓︱help
Microsoft Outlook Sync Fails
Looking at it today !
17 replies
TTwenty
Created by David on 1/14/2025 in #❓︱help
Microsoft email and calendar integration
make sure you have the MESSAGING_PROVIDER_MICROSOFT_ENABLED=true if you want microsfot emails to be sync and CALENDAR_PROVIDER_MICROSOFT_ENABLED=true if you want microsoft events to be sync
69 replies
TTwenty
Created by David on 1/14/2025 in #❓︱help
Microsoft email and calendar integration
AUTH_MICROSOFT_ENABLED not AUTH_MICROSOFT_ENABLE
69 replies
TTwenty
Created by David on 1/14/2025 in #❓︱help
Microsoft email and calendar integration
If it’s on the settings, account, add new account: check that you have the var that looks like this one (see the .env.example) MICROSOFT_SYNC_ENABLED to true
69 replies
TTwenty
Created by David on 1/14/2025 in #❓︱help
Microsoft email and calendar integration
About the Microsoft option that disappeared: it’s in settings , security tab ? If yes: Can you make sure you have setup the environment variable called AUTH_MICROSOFT_ENABLED=true ? Have a look at your .env file
69 replies
TTwenty
Created by Rob on 2/6/2025 in #❓︱help
Upgrade from v0.40.8 to v0.41.4 fails due to column "createdByContext" of relation does not exist
Hello, Could you try to do this command yarn command:prod upgrade-0.41:add-context-to-actor-composite-type Because this command is supposed to add the context to every single object in your database that has a "createdBy" column. And IMO your problem is that your "tasks" object probably is missing the context column in your DB. This command should fix that.
7 replies