Im trying to use Query.select and Query.equal queries in Appwrite Android SDK v 3.0.0
But getting nullpointer exception
I also tried adding systemAttributes manually in a list for the Query.select.
But after adding the other attributes now I get exception that id attribute not found in schema
TL;DR
Developers are having issues with Query.select and Query.equal in Appwrite Android SDK v 3.0.0. Initially encountering a nullpointer exception, they tried adding systemAttributes manually in a list, leading to an exception stating the id attribute was not found in the schema.