Hi, I am running into some issues when trying to create a document which contains an already existing nested document (i.e. the nested documentId exists in the database). Appwrite throws an error saying The current user is not authorized to perform the requested action.
Here are some more details:
- All collections have the permission
Role("any") - When creating a document that contains an already existing nested document (existing
documentId), I get the error "The current user is not authorized to perform the requested action." - When deleting that nested document from the database and trying to create the same document, the creation is successful. Or when creating the same document but without the nested document, the creation is also successful.
According to the docs:
If a nested child document is included and the child document ID already exists, the child document will be updated.
There was an unresolved support ticket regarding this from a year ago. Is there any update? What are some alternatives I can take in the meantime?
Please share an appwrite.json with your collections and the request you're making
Recommended threads
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...
- Realtime Error Invalid query: Syntax err...
I was test driving Self-Hosted Appwrite for my use with Swift IOS apps as a backend while back and after successful trials, I started to move to incorporate int...