joschaOriginal post
@everyone
I want to query by a list of Document Ids
queries: [Query.equal('\$id', ids)],
ids is List<String>
but I get the following error:
AppwriteException: general_unknown, Server Error (500)
using appwrite cloud
Summary
Title: [CLOSED] Flutter app: Error querying documents by IDs in Appwrite
Solution: The issue has been closed on the GitHub repository. It appears that the error was caused by an empty `ids` list being used in the query. One possible solution suggested was to print out the `ids` before the query. Additionally, the project ID was requested for further assistance with the issue.