shefaOriginal post
Rank 1: Thread
why Im getting this???
let me make it easy for you.
Do you have Indexes?
No.
Do you have relationship attributes?
No.
And the funny part is that it creates the first document fine, but the second one produces this error even if im using ID.unique() pls help
Summary
Developers encountering a specific issue when trying to create a second document after successfully creating the first one. The error seems to be related to unique IDs. Possible solution: add unique constraints to the ID field to ensure each document has a distinct identifier.