appy-one / acebase-client

Client to connect to remote AceBase NoSQL database server
MIT License
21 stars 8 forks source link

Error: "timestamp is not a number" on getMutations and getChanges with cursor #21

Closed appy-one closed 2 years ago

appy-one commented 2 years ago

While testing I came accross this error because the methods call the changes / mutations endpoints on the server with ?timestamp=undefined on the server. The server doesn't accept that and returns the error "timestamp is not a number"

appy-one commented 2 years ago

Fix published in v1.15.0