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
- I/flutter (24410): AuthError: HandshakeE...
I/flutter (24410): AuthError: HandshakeException: Handshake error in client (OS Error: I/flutter (24410): TLSV1_ALERT_UNRECOGNIZED_NAME(tls_record.cc:592))
- Problems scheduling function execution f...
I am trying to schedule a function execution from a different function. The following is my code that is supposed to schedule the function call. ```dart final s...
- Creating functions for FCM Token based M...
I have previously setup cloud run functions on my firebase project, which im looking to migrate to appwrite. I need help on getting started, and getting me thro...