I'm currently working on integrating Appwrite into my application, but I've hit a roadblock with some authorization issues. Whenever I try to access certain resources, I'm getting errors like 'User (role: guests) missing scope (account).' I've double-checked my user roles and permissions in Appwrite, but I'm still stuck.
Do you have any required permissions on your collections?
no i havent set any of them
Check out the permissions documentation, if no permissions are assigned no one has access. Could that be your issue?
https://appwrite.io/docs/advanced/platform/permissions#default-values
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- 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...