Rank 2: Process
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
Votes
0
Replies
10
Participants
Unknown
Messages
11
Rank 2: Process
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
Rank 2: Process
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.
Rank 2: Process
Sorry by mistake sent it multiple times
Rank 2: Process
Ok let me check
See the list here -
https://appwrite.io/docs/references/cloud/models/document
Rank 2: Process
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.
Rank 2: Process
Oh okay
Rank 2: Process
Thanks for replying instantly
no worries, lmk if that works for you.