
{ "message": "Query method not valid: select", "code": 400, "type": "general_argument_invalid", "version": "0.10.51" }
How i am calling it:
const documentListResponse = await databases.listDocuments( process.env.NEXT_PUBLIC_DB_ID , process.env.NEXT_PUBLIC_COLLECTION_ID, [ Query.equal("user_id", user?.$id), Query.orderDesc("$createdAt"), Query.limit(10), Query.offset(offset), Query.select([ "user_id", "sol_id", "soltype", "solu_status", "cresed", ]), ] )

That query is not available on cloud because cloud is on version 1.1.2 but that query was added in 1.3.0

Ok Thanks, but its shown in documentation, so that's kinda condfusing. Please add some kind of Note there to let Devs know about this.

You can check documentation version for cloud selecting it from the dropdown menu
Recommended threads
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
- Data sending problem having
<#564161373148414012> 🚑│support <#564161373148414012> have few problems in my project running on appwrite . Data is not sending to database .is any update or...
- Retreive collection from archived projec...
Hey there, so I archivef a project on 1st September 2025 and now I need the data from one of its collections. Any way I can retrieve it?
