
I use the flutter client. I can login via the .createEmailPasswordSession(). A session is created in the Appwrite backend, this works perfect. However if i try the Account.get() method it throws a Exception: type 'Null' is not a subtype of type 'bool' which comes from the package:appwrite/src/models/user.dart. If i try fetching the user vie a http request it returns code 200 "{"message":"User (role: guests) missing scope (account)","code":401,"type":"general_unauthorized_scope","version":"0.12.137"}". I have no clue what to do, i think about switching to SupasBase or another alternative.
Recommended threads
- UI for creating API keys is broken (chro...
It get stuck like in the screenshot, cant scroll further down or find/click the button to create the API key.
- I want to know about the new pricing pla...
My project is around 150 to 200 in appwrite so do I have to pay $15 per project for each of them separately or just for them will I have to pay only $25 monthly
- Show execution status 500 unable to set ...
I want to set the labels at the time user signup to my application , all things work , users data save in auth, updateprefs set , a verification email sent , bu...
