
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
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
