adfinis / timed

Monorepo for the Timed time-tracking application
GNU Affero General Public License v3.0
6 stars 5 forks source link

[BUG]: Activity Timer Failed #425

Open fadnincx opened 1 month ago

fadnincx commented 1 month ago

Description

Seemingly randomly, then stopping and restarting an activity (maybe in combination with a high latency connection), the starting of the activity timer fails.

image

Steps to Reproduce

  1. Click on the Timer Stop Button
  2. Click on the Timer Start Button immediately afterward + probably some unknown condition.

Expected Behavior

Timer can not fail to start

Attachments

No response

Additional Context

Saw the following 404 in the browser console, might be related image

Version

4.4.1

Required

c0rydoras commented 1 month ago

What errors does the backend throw?

image

(should be in the response of this)

fadnincx commented 1 month ago

What errors does the backend throw?

It looked like a regular 404 image

Already reloaded the page, while trying to force reproduce the issue (I don't know how), so have to wait until the next appearance for further details.

c0rydoras commented 1 month ago

If it happens again could you paste the request/response (url, body, etc.) here?

fadnincx commented 1 month ago

image image image

c0rydoras commented 1 month ago

Looks like a race condition