problems with gmail fetch, removing/adding account
I was finally able to deploy my portainer twenty. fantastic work guys and thank you very much for putting this together i look forward to using this for a long time!
i'm having a bit of a problem with the gmail sync... the account connected successfully, the worker showed to be syncing messages, but on the front end i don't see the email tab and i don't see any contacts. i tried to delete the connected account and re-connect it, but upon clicking 'remove account' i get:
request (copied as curl)
response:
2 Replies
i submitted a github issue for this: https://github.com/twentyhq/twenty/issues/6189
GitHub
deleting a connected gmail account fails · Issue #6189 · twentyhq/t...
I was finally able to deploy my portainer twenty. fantastic work guys and thank you very much for putting this together i look forward to using this for a long time! Bug Description i'm having ...
Hi @aficio, sorry for the late reply! you have probably upgraded twenty and your workspace schema is not up-to-date
please run:
yarn command:prod workspace:sync-metadata -w {workspaceId} -f
It will upgrade your workspace schema
you can also run yarn database:migrate:prod to upgrade core and metadata schemas