mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[GH-ISSUE #21] Error: "timestamp is not a number" on getMutations and getChanges with cursor #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @appy-one on GitHub (May 20, 2022).
Original GitHub issue: https://github.com/appy-one/acebase-client/issues/21
Originally assigned to: @appy-one on GitHub.
While testing I came accross this error because the methods call the
changes/mutationsendpoints on the server with?timestamp=undefinedon the server. The server doesn't accept that and returns the error "timestamp is not a number"@appy-one commented on GitHub (May 20, 2022):
Fix published in v1.15.0