-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
bugSomething isn't workingSomething isn't workingproduct / cloudIssues found only on Appwrite CloudIssues found only on Appwrite Cloudproduct / databasesFixes and upgrades for the Appwrite Database.Fixes and upgrades for the Appwrite Database.
Description
👟 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?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingproduct / cloudIssues found only on Appwrite CloudIssues found only on Appwrite Cloudproduct / databasesFixes and upgrades for the Appwrite Database.Fixes and upgrades for the Appwrite Database.