harveyaptxOriginal post
Rank 1: Thread
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
Summary
- Developers are encountering an Invalid Query error while using the appwrite flutter SDK.
- They are unsure if 'roomId' is a valid attribute and question the structure of their collection and potential relationships.
- The solution provided is to remove the 'jsonEncode' surrounding 'Query.search(...)' as the 'Query' functions return a String.