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
Recommended threads
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...