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
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...