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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...