Hi dear, Something has changed? Previously queries[] was ok now it reports an error, but now query[] works. I am confused.
Example: https://appwrite.exampledomain.com/v1/databases/<database ID> /collections/<collection ID/documents?queries[0]=limit(5)
API call response: Error: JSON error response from server: {"message":"Invalid query: Syntax error","code":400,"type":"general_query_invalid","version":"0.13.4"}.status: 400
https://appwrite.exampledomain.com/v1/databases/<database ID> /collections/<collection ID/documents?query[0]=limit(5)
API call response: OK.
Recommended threads
- DB connection | Got timeout reading comm...
When looking at the logs of `appwrite-mariadb` I'm seeing a lot of: ``` 2026-04-09 7:37:28 10 [Warning] Aborted connection 10 to db: 'appwrite' user: 'appwrit...
- Invalid document structure: Unknown attr...
Environment: Dart version: 3.5.1 dart_appwrite: 13.0.0 I’ve already created the database structure using a Dart function. I can create data records using cloud...
- Host Static HTML Site
I'm trying to deploy a static HTML website on my Appwrite self-hosted instance. I can't get it to work. I don't really understand the configuration. I have the ...