[ 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
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...