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
When the session expires, the user is redirected to the "You must be logged in" page instead of seeing the "your session expired" message
Probability (1-5): 2
Effect (1-5):1
Steps to reproduce the behaviour:
Login, wait 30 min for session to expire, then navigate somewhere else on the app
Dev checklist
the <SessionTimeoutHandler> component needs to be inline, above the <PageRedirectHandler in _app.tsx
the <SessionTimeoutHandler> needs to have had at least one request successful to the session remaining time endpoint, in order to add the URL parameter when redirecting.
The text was updated successfully, but these errors were encountered:
Describe the Bug:
When the session expires, the user is redirected to the "You must be logged in" page instead of seeing the "your session expired" message
Probability (1-5): 2
Effect (1-5):1
Steps to reproduce the behaviour:
Login, wait 30 min for session to expire, then navigate somewhere else on the app
Dev checklist
<SessionTimeoutHandler>
component needs to be inline, above the<PageRedirectHandler
in_app.tsx
<SessionTimeoutHandler>
needs to have had at least one request successful to the session remaining time endpoint, in order to add the URL parameter when redirecting.The text was updated successfully, but these errors were encountered: