Issue with account.get() – "type 'Null' is not a subtype of type 'bool'"
- 0
- Self Hosted
- Flutter
- Auth
Hey everyone,
I'm running a self-hosted Appwrite instance and using the Appwrite Flutter SDK. When calling account.get(), I get the following error: "type 'Null' is not a subtype of type 'bool'" I found this related issue: GitHub Issue #230, but the suggested solution (pinning to version 13.0.0) didn’t work for me.
Has anyone else encountered this? Any ideas on how to fix it?
Thanks in advance! 😊
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...