As soon as I remove that query it works normally.
appwrite sdk = 11.0.0 appwrite instance = 1.4.3
Query.select(['image', 'title']),
this is the query ^^
Please also include the system attributes
oh damn that worked
so if we have to add all the system attributes why not do it automatically 🤔
or there are specific system attrs which cause the issue
We need to figure out how to handle this better with the SDK. The point was to allow developers to only get what they request like if they only want to get document IDs
oh i see gotcha
i will close the issue then
[CLOSED] Query.select() throws an error
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...