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?
TL;DR
User is experiencing an error message when trying to edit a document in the console. The error says "Document with the requested ID already exists." They are running version 1.4.9 and want to know what might be causing this issue.
Solution: The error message suggests trying again with a different ID or using "unique()" to generate a unique ID.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!