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
- proccessing problems
A database schema operation is stuck in my Frankfurt project. In the matryq database, the workspaceId attribute of the coaching_activity_entries collection rema...
- User column is processing
I am still encountering the processing tag after creating a column in my database. and its not a network or refresh issue, i have refreshed over and over, shutd...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...