[ SOLVED ] Can't do Query.select says error “Error: TypeError: Query.select is not a function”
- 1
- Databases
- Cloud
Hi! Can't do Query.select, says error “Error: TypeError: Query.select is not a function” The rest Queries are working
although appwrite version is 1.3.1 and node-appwrite version is 9.0
maybe i'm doing something wrong Thank you
What value are you passing?
Did you follow this doc - https://appwrite.io/docs/databases-queries ?
Maybe send your code here where you are using select method?
@joeyouss
With Query.equal works good
Closing since its solved here: https://discord.com/channels/564160730845151244/1113682169341161532/1113864192433344673
@jekalat I hope no more help is needed regarding this?
Yes, thank you
[ SOLVED ] Can't do Query.select says error “Error: TypeError: Query.select is not a function”
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...