Hi, I'm currently working on auth part of my app.
I have user logged in and session created. When getting current user e.g final Account account = Account(client)
final user = await account.get()
with all Scopes
enabled in project settings I am still getting this error Unhandled Exception: AppwriteException: general_unauthorized_scope, app.662422262de1b965d439@service.cloud.appwrite.io (role: applications) missing scope (account) (401)
.
Someone please help me understand maybe I'm doing it wrong.
Recommended threads
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...