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
- User unable to delete document they crea...
I am having a bit a database issue. I am making a music review website and I have successfully been able to create and update reviews as a dummy user, but no ma...
- bulkUpsert and Realtime
Hey when I use Realtime on a Table for creates/updates and use the createOperations method in my Appwrite Function for bulk upserts, will the realtime trigger f...
- Payment error
While I was making the subscription for this month, I got the following.