
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
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
