Hi. I'm using databases endpoints and i have problem when pass queries.
The endpoint is "databases/databaseId/collections/collectionId/documents?queries[]=equal("username", "#1234")"
TL;DR
Developers are encountering a syntax error when passing queries in the database endpoints. The issue is with the format of the query being used. The correct syntax should be: "databases/databaseId/collections/collectionId/documents?queries[]=equal('username', '#1234')".