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
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...