
i am trying to use a function to query an account from the database but whilte using the function [Query.equal("accountId", currentAccount.$id)].
How do i go about fixing the error
TL;DR
The developer is encountering an error while using the function Query.equal("accountId", currentAccount.$id) to query an account from the database. To fix the error, they need to check the SDK version they are using and ensure it is compatible with the function being utilized. Additionally, they may need to verify the syntax and parameters of the query function for accuracy.
@D5

What's your SDK version?

13.0.0
Recommended threads
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
