kanhaiya lal bohraOriginal post
Rank 1: Thread
final response = await _db.listDocuments(
databaseId: Allconst.databaseId,
collectionId: collectionId,
queries: [
Query.select(["A", "B"])
]);
Summary
The user is getting an error message stating that the query method is not valid. The error is likely caused by using an incompatible version of the Appwrite cloud, as the current version (1.1.2) does not support the query.select method. The user is advised to check their version of Appwrite and the SDK they are using. The recommended solution is to upgrade to version 1.3 or higher to use the query.select method.