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
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...