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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...