
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
- TableDB.getRow() response does not conta...
This is for Web/React sdk 20.0.0 The row was created via `TableDB.createRow(...)` and I can see it in the console with the relationships correctly set. In the c...
- Looking for FullStack Developer
I'm looking for FullStack Developer who is passionated about both Frontend and Backend. If you are interested, please DM me. Thanks.
- Asynchronous Function Execution via Func...
Hi everyone, Is there a way to call a function via its function domain URL with async execution set to true?
