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
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...