Im trying to list some documents and an error "Query.between is not a function" keeps showing up...
Im using appwrite cloud and sdk version 10.1.0 on reactjs
TL;DR
The user is experiencing an error stating that "Query.between is not a function" while using the appwrite cloud and SDK version 10.1.0 on ReactJS. The issue is due to the fact that the Query.between function is only available from appwrite version 1.3x, whereas the Cloud version is currently using 1.1.2. A possible solution would be to update the appwrite cloud to version 1.3x or higher to access the Query.between function.Query.between is available from appwrite 1.3x, Cloud is still on 1.1.2.
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...