My app is using Flutter web (appwrite: ^11.0.0) before the release 1.4, my app was able to save new documents in the database without a problem. no changes in may code nor my cloud config. Captrue attached.
what's your project id?
shipeo
There was a migration problem with your enum. Can you try to remove an enum value and add it back?
sure
right now is deleting the column,,,
it's taking a lot of time to delete the column..
Still waiting...
how about now?
Solved!! I removed all enum columns and recreated again
It's essential to add a metric/alert to this kind of migration issue for the cloud. thanks
[SOLVED] Receiving HTTP 500 from the cloud after migration to 1.4
@Steven could you please document the root cause of the issue?
there was a small bug in the cloud upgrade/migration. we thought we corrected it, but it seems like some projects slipped through
Thanks
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...