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
#馃梻鈹俿upport
TL;DR
Developers are encountering an exception when writing an equal query using the Appwrite SDK. The error message suggests an issue with the query syntax. Check the documentation for the correct format. This issue might be related to a known problem with the Appwrite framework, indicated in a GitHub thread. Make sure to verify the Appwrite version being used.