[CLOSED] Appwrite thinks that Creating a new document is updating a document
- 0
- Self Hosted
- Flutter
I'm getting an error trying to add a new document on my appwrite database. The error that sentry detected was Missing "update" permission for role "label:admin". Only "["any","users","user:6548688e403bccb1a2c1","user:6548688e403bccb1a2c1\/verified","users\/verified","team:6537e80e997d158f9352","member:6548832c3fc49ca93f31","team:6537e80e997d158f9352\/nurse","team:6537e80e997d158f9352\/doctor","label:nurse","label:doctor"]" scopes are allowed and "["label:admin"]" was given., while the error in the development tool is Server Error.
the collection rule are only users with label of doctor and nurse are allowed but only nurse can create a new document.
appwrite thinks that I'm updating a document when in fact I'm trying to create a new document
Appwrite thinks that Creating a new document is updating a document
I’m not certain, but my guess is that it has something to do with a relation in your Collection
[CLOSED] Appwrite thinks that Creating a new document is updating a document
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...