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
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!
9 Replies
The redirected URL in error 500 is
Hi @deurk, sorry for the slow answer. What version of twenty are you running?
Hey @charles
v0.12.2
ok, could you run:
- yarn command:prod workspace:health -w {your workspaceId} -d
and then check your logs folder on twenty-server
okay, looks that you just have to upgrade your workspace data model:
yarn command:prod workspace:sync-metadata -w {your workspaceId} -df
lovely, thanks @charles !
great!