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
- tablesDB.updateRow() properly updates co...
I did not thoroughly investigate, but the issue does not seem to stem from actual permission errors (despite the error message). My tables have table-level perm...
- Database listRows method call failing in...
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of...
- Appwrite sites
I have built saas using react and tanstack, when I connect my repo(private) with appwrite sites, deployment works properly but screenshot capture fails, and whi...