
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
- mcp-for-docs not working properly
I'm experiencing issues integrating the MCP server tool with Cursor IDE. The MCP server connection establishes successfully initially but fails after one minute...
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
