Guillaume
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
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
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