twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
Other
23.82k stars 2.46k forks source link

fieldMetadataId error after upgrading to v0.33.3 #8693

Open rob-luke opened 1 week ago

rob-luke commented 1 week ago

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')

Image

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

rob-luke commented 1 week ago

@BOHEUS mentioned he'd also seen the error (https://discord.com/channels/1130383047699738754/1309619923055546438/1309620024545116280)

BOHEUS commented 1 week ago

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

FelixMalfait commented 1 week ago

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!

We'll make sure to release a fix on Monday.

cc @Weiko fyi before full prod release

rob-luke commented 1 week ago

Hi Felix, I am pleased to be an early tester to help catch some of these things. Thanks for the great product