
I am trying to add queries but every query I use I retreive an 500 error. Is there something I am doing wrong? (If I keep the array empty it just works like normal)

Are you using Appwrite Cloud? What version of the appwrite sdk are you using?

Selfhosted with V1.4.13 The SDK is ^12.0.0
And I am using package node-appwrite

Make sure you're using 13.0.2
if you're using the client sdk, you can do npm install appwrite@13.0.2
. And if you're using the server sdk use 11.1.1
, you can do npm install node-appwrite@11.1.1

Oh 11.1.1 did work

Great

If you take a look at the top of the packages page on npm, in bold lettering, it says what version of appwrite they are for.

Was there anything else you needed help with? If not I'll mark this as solved.

No thanks!

[SOLVED] After adding query I get an error 500
Recommended threads
- I am trying to run appwrite storage list...
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <...
- nextjs site template gets 500 for /v1/pi...
whats the right way to configure this? do i need to deploy a function? im loosing my hair and i can't get a nextjs site to work. pls help
- WebSocket connection failed - Realtime g...
I am using appwrite cloud + angular (appwrite 21.2.1). On Chrome, when I have a realtime subscribtion and I reload the page or navigate to another page, realtim...
