You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The so called finalizeSession endpoint does not get called at the end of a session in the frontend (anymore). Calling this endpoint tells the backend that the session is over. It used to be called, but somewhere during development the call got removed. See also this PR comment
To Reproduce
Steps to reproduce the behavior:
Start any experiment
Keep the developers tools open in your browser on the network tab
Finish it
Check the network tab and confirm that /session/{id}/finalize does not get called
Expected behavior
The finalize session endpoint does get called when the session is over
Screenshots n/a
Desktop (please complete the following information): n/a
Smartphone (please complete the following information): n/a
Describe the bug
The so called
finalizeSession
endpoint does not get called at the end of a session in the frontend (anymore). Calling this endpoint tells the backend that the session is over. It used to be called, but somewhere during development the call got removed. See also this PR commentTo Reproduce
Steps to reproduce the behavior:
/session/{id}/finalize
does not get calledExpected behavior
The finalize session endpoint does get called when the session is over
Screenshots
n/a
Desktop (please complete the following information):
n/a
Smartphone (please complete the following information):
n/a
Additional context
Related to #598 and #660
The text was updated successfully, but these errors were encountered: