Hello, I have my headers set properly, but when I add a query to the url, it gives me a syntax failure.
This example works: https://cloud.appwrite.io/v1/databases/[DATABASE_ID]/collections/[COLLECTION_ID]/documents This example doesn't: https://cloud.appwrite.io/v1/databases/[DATABASE_ID]/collections/[COLLECTION_ID]/documents?queries[]=orderDesc("$createdAt")
I'm new to working with backend services, so simplified explanations would be greatly appreciated.
That’s now how queries work in rest calls. check out the docs and lmk if you have any issues
Recommended threads
- Realtime Connection Error After Updating...
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long...
- CORS Errors
from origin '<my url>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Was working fine until tod...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...