I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of the app which has been working fine has suddenly stopped as well.
I have verified that it is in fact the listRows method failing and not the assignment after it (i.e. I didn't set latestVersion to a text parameter). Additionally, the listRows call seems to be failing in every other use across the app as well.
Attached are screenshots of what I believe to be relevant, including the relevant code snippet, screenshot of the database, and console error message. However, I don't believe my code can be the issue because the stable version of the app has stopped working without any modification to the code (which is what led me to look into this in the first place).
Thanks for any help in advance! :)
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...