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 bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...
- [Self-hosted] Realtime crashes with "Mis...