Idk why this happens can someone explain!! why Im getting this error even if I "manually clear the collection" ?
Do you have a unique index on the collection? That could be causing the conflict
what do u mean by unique index?
@Steven
If you go to your collection in the Appwrite Console, you'll see an Indexes tab next to the Attributes tab
Never used it, no
Besides that, do you have relationship attributes?
yes
Keep in mind, relationship attributes are experimental and you may run into performance problems using them.
Relationships could be the problem. Maybe the user doesn't have access to the document
Recommended threads
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...