Hello,
When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: type 'bool' is not a subtype of type 'Iterable<dynamic>' when executed.
I'm running Appwrite self-hosted version 1.8.1. Client SDK is Flutter with appwrite package verison 20.3.2.
I reproduced the error on different tables. No errors are reported by the appwrite container
TL;DR
Issue: When developers add the total parameter to the listRows function with a boolean value in the Appwrite self-hosted version 1.8.1 using the Flutter appwrite package version 20.3.2, it results in a `type 'bool' is not a subtype of type 'Iterable<dynamic>'` error.
Solution: This error has been replicated across various tables. No errors are reported in the appwrite container.Recommended threads
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...