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
- [FEAT.] Migrate to Bun 1.3.7 for appwrit...
Bun 1.3.7 Fixes a major bug which increases async/await request speed by 35% https://x.com/bunjavascript/status/2011901977631064495 https://bun.com/blog/bun-v1...
- Appwrite.Network UltraDNS
I am getting a false positive malware issue when trying to access appwrite.network domain. They are currently classifying it as such. Is this something that I a...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...