Rank 6: Server
As soon as I remove that query it works normally.
appwrite sdk = 11.0.0
appwrite instance = 1.4.3
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 6: Server
As soon as I remove that query it works normally.
appwrite sdk = 11.0.0
appwrite instance = 1.4.3
Rank 6: Server
Query.select(['image', 'title']),
Rank 6: Server
this is the query ^^
Please also include the system attributes
Rank 6: Server
oh damn that worked
Rank 6: Server
so if we have to add all the system attributes why not do it automatically 🤔
Rank 6: Server
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
Rank 6: Server
oh i see gotcha
Rank 6: Server
i will close the issue then
Rank 6: Server
[CLOSED] Query.select() throws an error