Infinil
As soon as I remove that query it works normally.
appwrite sdk = 11.0.0 appwrite instance = 1.4.3
TL;DR
Title: Query.select() error in Appwrite SDK
Messages: Query.select() function is causing an error. Closing the issue. It seems we need to handle this better with the SDK. The purpose was to allow developers to only get requested information, but there seems to be an issue with specific system attributes. Adding all system attributes automatically might be a solution. Using the updated SDK version 11.0.0 and instance version 1.4.3. Removing the query resolves the issue. Infinil
Query.select(['image', 'title']),
Infinil
this is the query ^^
Drake
Please also include the system attributes
Infinil
oh damn that worked
Infinil
so if we have to add all the system attributes why not do it automatically 🤔
Infinil
or there are specific system attrs which cause the issue
Drake
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
Infinil
oh i see gotcha
Infinil
i will close the issue then
Infinil
[CLOSED] Query.select() throws an error