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
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...