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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...