
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
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
- Images not showing up --
so i made this movie app - i hosted it successfully using appwrite but the images arent showing up --- https://movie-app-jsm.appwrite.network/ this is the movie...
- Permissions in create_operations() Pytho...
How can I set permissions for `create_operations()`? What even is the correct way to use permissions in Python (using SDK version 13.4.1) ? In my cloud functio...
