You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading the API interface works. However, in the web interface I am getting the error TypeError: Cannot read properties of undefined (reading 'fieldMetadataId')
Expected behavior
Web interface works
Additional
Thank you for the great software. Let me know if you need additional details. There are no errors appearing in the server logs
The text was updated successfully, but these errors were encountered:
My workaround for this issue was simply restarting whole database but it's far from ideal solution, the other way to resolve this problem is making a backup with pg_dump, restarting database and importing backup
Hey Rob, sorry about that, we're trying to improve our testing processes to avoid letting these kind of things go into prod releases but it's always a challenge with the growing surface!
Bug Description
Congratulations on the 0.33 release. I am excited to use the multi select filter!
I upgraded with no issues, following the insturctions at https://github.com/twentyhq/twenty/blob/main/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx#v0320-to-v0330 there were no errors in my update log.
After upgrading the API interface works. However, in the web interface I am getting the error TypeError: Cannot read properties of undefined (reading 'fieldMetadataId')
Expected behavior
Web interface works
Additional
Thank you for the great software. Let me know if you need additional details. There are no errors appearing in the server logs
The text was updated successfully, but these errors were encountered: