
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
- I am trying to run appwrite storage list...
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <...
- nextjs site template gets 500 for /v1/pi...
whats the right way to configure this? do i need to deploy a function? im loosing my hair and i can't get a nextjs site to work. pls help
- WebSocket connection failed - Realtime g...
I am using appwrite cloud + angular (appwrite 21.2.1). On Chrome, when I have a realtime subscribtion and I reload the page or navigate to another page, realtim...
