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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...