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
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...
- How i can call increment with operators ...