const response = await databases.listDocuments(
DATABASEID,
COLLECTIONID_MESSAGES,
[
Query.equal('from_user',user.$id),
]
);
expected: I should recive some documents but it is not happening recieved : Uncaught (in promise) AppwriteException: Invalid query: {"method":"equal","attribute":"from_user","values":["6615616bc019b68f002b"]}
My current version : appwrite 13.0.2 mac OS #🗂│support
Appwrite Cloud or Self Hosted?
Assuming this is the same as this thread - https://github.com/appwrite/appwrite/issues/7944
Recommended threads
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- rxdb integration code not working
https://appwrite.io/blog/post/offline-first-journal This code does not work with rxdb and appwrite packages set to february releases nor newest releases
- Costom domain Issues
Hi Appwrite team We’re having issues verifying a custom domain. We added the required CNAME and CAA records to our DNS provider and waited for at least 2 days a...