mi6crazyheartOriginal post
@everyone
I've created an "Email Session" & store the session id, which I get in return. Then when again I use the same session id with the "getSession()" method, I'm getting "AppwriteException: User (role: guests) missing scope (account)" error.
Here is my StackOverflow link for this: https://stackoverflow.com/questions/76869620/appwrite-error-user-role-guests-missing-scope-account
What am I doing wrong here? Need some help.
Summary
In this support thread, the user is experiencing an error message "User (role: guests) missing scope (account)" when using the "getSession()" method in the Appwrite app. They have also provided a link to their Stack Overflow post for further details.
Solution: The user is advised to check their Appwrite user roles and ensure that the "guests" role has the necessary scope (account) assigned to it.