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
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...