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
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...