Is this a new breaking change to how we can use the Query strings?
TL;DR
Pagination limit and offset must be included as filter queries within an and-query in the Query strings to avoid the AppwriteException: Invalid query error. Make sure to adjust the code accordingly and stay updated on any future changes.
upnorth
15 Oct, 2024, 15:10
I moved my pagination limit/offset Queries outside of the and-query and everything worked as expected after that. But you need to alert us well in advance for changes like these so that we have time to adjust our code π