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
- SMS OTP not delivered to Australian (+61...
Hey team! I'm having an issue with SMS OTP delivery to Australian phone numbers in my Appwrite Cloud project. What's happening: account.createPhoneToken() co...
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- Team Preferences Invisible on Console
Hello, I got the problem that team preferences are not visible within the Appwrite console. I did an API request to verify that there are preferences set and on...