When I try to update a document in a Cloud project, I get a 204 on the OPTIONS call but a 500 on the PATCH. It started this morning. Project totes-poc-dev, database totes-poc-db, collection totes. It only seems to be happening for this collection in this project.
What are you trying to update in the patch request? And what error do you see? Just server error?
It happens when I update any attribute(s) on any document in that collection. It also happens when I try to create a new document.
It just a server error:
AppwriteException: Server Error
Can you share the JSON of the collection with me?
Sent via DM
[SOLVED] 500 Error when updating a specific collection
Are you able to share the solution here?
@Christy Jacob helped me over DM. There was some cloud migration issue having to do with the collection containing an enum. It got fixed on the Appwrite team side, but I don't know the technical details.
Hey I am getting a similar issue, (Adding a document to a collection the contains enum and cand update any document) , can you share details of fixing the issue or guide me ? @Christy Jacob @Steven
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...