Rank 2: Process
I'm using dart_appwrite for a server application and have been successfully retrieving documents - for several months - from a collection that has document level permissions set. Today, while debugging a new function added to the server application, I suddenly started getting no results being returned from listDocuments() in a function that has not been changed since the server application was deploy.
On further inspection, if I add the Any() permission to a document, listDocuments() returns that document. Surely this is unexpected behaviour? What could be causing it?
Appwrite 1.4.8
dart_appwrite 10.1.0