I’m running Appwrite 1.7.4 docker image using the sdk-for-apple package. The collection has 16 documents if l run Query.limit(1) I get one record. But if I run Query.limit(2) I get a inflationerror(-3) which seems to be a Xcode error. I get the error every time the results are greater than one item. I am also not able to query all the items individually
TL;DR
Appwrite 1.7.4 Docker image with sdk-for-apple package has a query error when trying to retrieve more than one item, resulting in a inflationerror(-3) which seems to be a Xcode error. The developer is unable to query all items individually as well.