Rank 1: Thread
Hi everyone
I'm working on an android app and i need to check if the user is logged in and has an active session.
According to the manual @ https://appwrite.io/docs/authentication, this can be done using account.get().
Problem is, it throws an AppwriteException: User (role: guests) missing scope (account).
Is this to be expected? If this is the case, i would add a try catch in the docs example (or add the returned exception) 🙂
Thanks