
Hey I am trying to implement authentication in my react app. When I am logged in everythings work as expected, but when I logout I get this error
User (role: guests) missing scope (account) AppwriteException: User (role: guests) missing scope (account)
I have checked the page I am trying to render can be accessed by guest user. I am attaching the image of error as well

You're making some account API call without a session and you're not catching the exception
Recommended threads
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
