Unable to link to google mail/calendar after upgrading from v0.20.0 to v0.20.2
Hi Twenty team, congrats on the new minor release, it's looking great!
After upgrading I have experienced one bug. I am no longer able to connect to google accounts to pull in my mail and calendar. This worked flawlessly before the upgrade.
Now when I click "Connect with Google" I am taken to a google page to choose my account, i select my account and hit continue, then I approve the permissions and hit allow.
At this stage I would usually be taken back to the twenty crm page, but instead I am receiving a 500 error and get the following error in my logs...
Can you please assist me to fix this error and enable google sync again? Thanks!!!
8 Replies
@charles probably related to the fix we made. Will check that very soon
Thanks for taking a look @martmull and @charles (I am loving all the other fixes!!)
@Rob it is not linked to the fix we made. You probably need to sync your metadata
(i imagine that you are self hosting isn't it?)
Yes, I am self hosting. How do I sync my metadata? Is that a command to run on the docker container?
let me just confirm the command with @charles , but it should be
npx nx run twenty-server:command workspace:sync-metadata
Thank you!
If I run that command it asks me to install nx. I hit no and will wait for you to confirm if I should hit yes or not. Thanks so much!
The proper command is:
yarn command:prod workspace:sync-metadata -w WORKSPACE_ID -f
we use to have a documentation on version upgrades but i cannot find it, @Félix maybe you know where is it?It works!!! Thanks @martmull !!!