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
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...
- How to display images from storage
I tried the link above, but it returns the error “`Please upgrade to a higher plan.`” I don’t need Transformations at the moment, I just want to display the ima...