
I was working with queries and I am able to use all other queries but when I came along select query it's giving error.

The cloud doesn't support the select
query yet.
As the cloud is on version 1.1.2 and select
was added in 1.3.0

@Binyamin Hi! I can't use query.select in appwrite 1.3.1. I see only: Error: TypeError: Query.select is not a function. Can you help me?


Make sure that you're using version 9.0.0
of node-appwrite
"dependencies": {
"node-appwrite": "^9.0.0"
}
Try again and lmn.

Where I can see this? I have installed node-appwrite 9.0.0 globaly. Thank you

In your package.json

Thank you. Was 8.0.0, I changed to 9.0.0. Does not see “ the speck in the eye” )). But now have server error in response. can not see the module? Can you tell me what could be causing this?

What is the error? Are you running against the Appwrite cloud?

“Error: Server Error” No, running on aws instance

Mmm for that we need to get the container logs Can you run
docker logs appwrite
And share the results?

I know cloud is only 1.1

Yes,thank you. Understood. Throws "Server Error" when I try to select an attribute relationship. With the rest of attributes everything works. I want to thank you again

[Solved]node-appwrite select query not valid
Recommended threads
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
