👟 Reproduction steps
Run the following query:
const projectIds=[]
const projects = (new Databases(appwriteClient)).listDocuments(
appwriteDatabaseId,
appwriteProjectsCollectionId,
[Query.equal("$id", projectIds)]
);
👍 Expected behavior
The following should return an empty projects arr.
👎 Actual Behavior
It throws server error
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
Using node-appwrite@9.0.0.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
👟 Reproduction steps
Run the following query:
👍 Expected behavior
The following should return an empty projects arr.
👎 Actual Behavior
It throws server error
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
Using
node-appwrite@9.0.0.👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?