
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
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
