Quality
Hi, Just upgraded my prototype to V1.5 . I'm using AW Cloud and getting an issue with Query on the cloud using listDocuments.
Previously in my listDocuments I had [Query.limit(150)] but now that's giving me an error in the console:
Could not fetch documents AppwriteException: Invalid query: {"method":"limit","values":[150]}
at Client.eval (webpack-internal:///./node_modules/appwrite/dist/esm/sdk.js:448:27)
at Generator.next ()
at fulfilled (webpack-internal:///./node_modules/appwrite/dist/esm/sdk.js:51:58)
If I comment out the Query.limit I get the default 25 results returned ok.
I upgraded all the packages, and there's nothing in the release notes about Query changes I can see. (Updated the couple of session/password breaking changes aok)
Did I miss something?