I am trying to minimize the data fetched from DB to only what's required. When I add Query. Select to the mix the list documents gives the below error :/
I know its the select query because when I remove it the solution works again
Query.select(['fileId']);
Running self hosted 1.4.5 with Appwrite SDK 11
Found an open issue "6158" on github for this. If anyone runs into it, till its fixed, you need to include system attributes manually as part of the select query.
[CLOSED] flutter SDK database Select query causes error
Recommended threads
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...