[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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...