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.