Rank 2: Process
is there an issue with Flutter auth right now? I am unable to login all of a sudden in my app with createEmailPasswordSession... when I go to verify the login status with await account.get(); I get a 401 error:
AppwriteException: general_unauthorized_scope, User (role: guests) missing scopes (["account"]) (401)
The app has worked for over 1.5 years without seeing this issue, so not sure what the cause could be. Let me know if any further details are required.