twentyhq / twenty

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

Zapier Cannot Be Activated or Published #8537

Open jackbeeby opened 1 day ago

jackbeeby commented 1 day ago

After updating to 0.33 it prompted me to update the twenty app on zapier. I had done this which then included all new record labels. After setting up and going to activate it came couldn't activate and sent an email regarding the array below.

Self hosted instance, zapier is able to connect, and test retrieval of all the records correctly however when publishing or clicking the on button it comes up with this fatal error. This is an error on the twenty side.Image

BOHEUS commented 1 day ago

@martmull

martmull commented 1 day ago

Thanks @BOHEUS for pinging me. Hey @jackbeeby, we recently updated the webhook table so that operation string column is replaced by an operations array column

When I read the error message you provided, I see that your self hosted backend is looking for an operation parameter, and not an operations parameter.

From which version did you upgrade to 0.33? Did you follow the upgrade guide? -> https://twenty.com/developers/section/self-hosting/upgrade-guide We recommend to upgrade version by version

If you properly followed the upgrade guide, I would suggest to manually sync-metadata: with the command yarn command:prod workspace:sync-metadata -f (dump your data before please)

Hope it helps