
ERROR
User (role: guests) missing scope (account)
AppwriteException: User (role: guests) missing scope (account)
at Client.<anonymous> (http://localhost:3000/static/js/bundle.js:77517:17)
at Generator.next (<anonymous>)
at fulfilled (http://localhost:3000/static/js/bundle.js:77150:24)

I think you are accessing data which is accessible to guests role.

Try to change permissions of the documents you want to access without logged in users

Geetting same error
ERROR
User (role: guests) missing scope (account)
AppwriteException: User (role: guests) missing scope (account)
at Client.<anonymous> (http://localhost:3000/static/js/bundle.js:77517:17)
at Generator.next (<anonymous>)
at fulfilled (http://localhost:3000/static/js/bundle.js:77150:24)

@Hassanmrwt Please help

Post the code please

You're probably calling account.get()
without a valid session. You should see if there are any previous <#1072905050399191082> posts that can help you.
FYI, it's best to wrap code in backticks to format a bit nicer. You can use 1 backtick for inline code (https://www.markdownguide.org/basic-syntax/#code) and 3 backticks for multiline code (https://www.markdownguide.org/extended-syntax/#syntax-highlighting.

AppwriteException: User (role: guests) missing scope (account)

@Rishav Hey! Did u find the solution? I am facing similar problem

Feel free to create a new <#1072905050399191082> post after searching old posts
Recommended threads
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
