Hello 👋
I'm using appwrite flutter sdk and no matter how I tried to build a query it always throws an exception.
Here's my code and the exception
Invalid Query
Remove the jsonEncode surrounding Query.search(...). The Query functions return a String
I tried that before adding it
It's the same result!!
Is roomId a valid attribute? What's the structure of your collection and does it have any relationships?
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...