AppwriteException: User (role: guests) missing scope (account) when clearing cookies
- 1
- Auth
- Web
- Cloud
Currently I am working with Appwrite to develop a web project on localhost server. But after login, I cleared my browser cookies and suddenly my account.get() function stopped working and throwing this error:
Unhandled Runtime Error AppwriteException: User (role: guests) missing scope (account)
Call Stack Client.eval node_modules\appwrite\dist\esm\sdk.js (428:1) Generator.next <anonymous> fulfilled node_modules\appwrite\dist\esm\sdk.js (22:43)
AppwriteException: User (role: guests) missing scope (account)
this error means that user is not logged in
@be4st I know that but why am I getting this since I cleared the cookies?
Recommended threads
- Does Appwrite allow SSE ?
i'm trying to setup a slack bot on my site. Your deployed SSE endpoint is returning a non‑SSE response …and the browser immediately closes the connection. read...
- Build failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...