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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...