deurk
deurk
TTwenty
Created by deurk on 6/17/2024 in #❓︱help
Unhealthy workspace
When running yarn command:prod workspace:health -w [REDACTED] -d and checking the log file created, I have the attached error. Any way I can fix this?
3 replies
TTwenty
Created by deurk on 6/8/2024 in #❓︱help
Column does not exist
Hello, when trying to connect to Google Calendar, after the auth on Google side I am redirected to Twenty that throws a 500 error. Log says
db-1 | 2024-06-08 08:17:12.950 GMT [213] ERROR: column "syncStageStartedAt" of relation "messageChannel" does not exist at character 104
db-1 | 2024-06-08 08:17:12.950 GMT [213] STATEMENT: UPDATE workspace_[ID]."messageChannel" SET "syncStatus" = NULL, "syncCursor" = '', "syncStageStartedAt" = NULL
db-1 | WHERE "connectedAccountId" = $1
db-1 | 2024-06-08 08:17:12.950 GMT [213] ERROR: column "syncStageStartedAt" of relation "messageChannel" does not exist at character 104
db-1 | 2024-06-08 08:17:12.950 GMT [213] STATEMENT: UPDATE workspace_[ID]."messageChannel" SET "syncStatus" = NULL, "syncCursor" = '', "syncStageStartedAt" = NULL
db-1 | WHERE "connectedAccountId" = $1
Is there some migration command I have to run as I've installed Twenty a few versions back and upgraded my containers as you released them? (Note: I do not wish to reset the database and start from scratch as I finally managed to finish importing all my Google Mail into Twenty) Thanks!
14 replies
TTwenty
Created by deurk on 6/5/2024 in #❓︱help
Webhook not triggered on automatic user/company creation through email imports
If I manually create a user/company, the POST request is sent, but it is not sent when the user/company is created from an email import. Is is possible to add it?
4 replies
TTwenty
Created by deurk on 5/26/2024 in #❓︱help
Issue with Gmail sync
Self-hosted instance, configured the Google authentication to allow sync, but it's stays in pending state. I have gathered I need to run yarn commands to start the cron that will consume the emails to import but I am facing this error when trying the yarn command:prod cron:messaging:gmail-fetch-messages-from-cache: ERROR [Error] Nest could not find GmailFetchMessagesFromCacheCronJob element (this provider does not exist in the current context) What did I forget ? Thanks!
5 replies