Can't stop timer, not sync time enty: integer overflow somewhere

I am currently unable to stop my current time entry, and sync it.

Basically, I’m currently running a time entry (timer is still ticking), whenever I stop the timer, the entry is shown as if it’s not sync and there’s the little button “sync”).

When I click this timer, I get a popup with the following content:

Error!

pq: nextval: reached maximum value of sequence “event_stream_sync_event_stream_id_seq” (2147483647)

Which feels like there’s an integer overflow somewhere.

It makes toggl currently unusable for me, since I can’t stop my current time entry, record it, or start a new one.

Thanks for addressing the issue !

4 Likes

That’s not (exactly) an overflow error. The Postgres serial type being used for a sequence on a table has run out of space.

I just started receiving the same error.

3 Likes

Same thing over here, same error. I can’t stop or alter the start time on the current entry, either on the browser or the iOS app. I started this entry on the desktop browser, and it appears on my iOS app, so I guess the entry start was added to the server, it’s not local

2 Likes

Hey everyone! We’re on it :saluting_face: Expect updates here when I get more information from our team!

-Jake

1 Like

It seems to have been fixed, at least for me, thank you!

1 Like

Hey everyone! It should be back up and running, and a quick browser refresh should do the trick. Thank you for the wait on this!

I am having the same issue. Thank you for reporting it.

Hello! This has been resolved.