Greeting wonderful people <3,
I am using query equal and orderDesc, and evertime I am getting server error. I've already added indexes.
fyi: equal matches userID present in each document as an attribute
other posts suggesting assigning index to attributes which I have already done and no luck.
my code:
const userID = user?.$id;
const response = await db.events.list([Query.equal("userID", userID)]);
please see both picutres attached.
any help would be appreciated.
thank you
What SDK version?
@Evdog sorry is it different from appwrite version? as I have no idea, its my first project with appwrite is there a way to check?
in cli by runing appwrite -v I got 5.05 in package.json appwrite ^15.0.0
@Evdog this is what I could find by visiting /versions on my self-hosted site
Recommended threads
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Unable To Use Root Domain In Appwrite
Since Appwrite Manages my DNS Completely, I tried Pointing the Root Domain (**getmyself.app**) to Github Pages, It failed So I tried Using Appwrite Sites, also ...
- Report: fetch failed
https://github.com/appwrite/appwrite/issues/10989 please assign this issue to me