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
That should work...can you share your project id?
Can you print out ids before the query?
ok thanks the ids was empty
Ah ya. Ideally, Appwrite should handle that better...would you be able to create an issue for that?
[CLOSED] query by document ids flutter
Recommended threads
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...
- Am getting "The current user has been bl...
Was working on my app FLUTTER WEB APP, and suddenly, I have been blocked.... What can I do ? When I try to sign in to the console, I get "The current user has ...