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
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- TLS provisioning failure for custom doma...
Hi Appwrite team, we’re using Appwrite Sites and TLS provisioning for our custom domain fails. Domain: somnara.app Error: Failed to create TLS subscription –...
- Functions Problem
Whenever I run my AI Generate through Appwrite Functions, I am getting this Call Stack AIService.generateServer (src\services\ai\gemini.ts) next (<native>) ...