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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...