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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...