I am trying to fetch a selective column from database but getting this error constantly and this is occurring due to Query.select without this command there is no error
You probably need to add the server side attributes to Query.select as well, this is a known issue.
attributes like - $id, $collection, $databases, $permissions, etc.
Sorry by mistake sent it multiple times
Ok let me check
See the list here - https://appwrite.io/docs/references/cloud/models/document
So I can't get a single column data?
not at the moment. server side attributes are marked as NonNull in the sdk so the app will crash as these are not received if you pass only data side columns in Query.select.
Oh okay
Thanks for replying instantly
no worries, lmk if that works for you.
Recommended threads
- appwrite pull Tables duplicates all coll...
I encountered a bug when running appwrite pull Tables. Every existing collection in my appwrite.json gets duplicated. One collection ended up appearing three t...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...