Hey, I'm running on version 1.4.9, and when trying to edit a document from the console I'm getting this error: Document with the requested ID already exists. Try again with a different ID or use "unique()" to generate a unique ID. Any idea what might be wrong?
Hi, does your collection has relationship attributes?
Hey, I found that post as well, there isn't any relationaship on the collection - it's the only collection on the db
Do you have a unique index?
Yea, I do have unique index on one of the attributes
then that might be the problem
will it help if I delete it?
worked! thanks!
Recommended threads
- 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...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...