Open sandeep-ps opened 6 months ago
Tested this twice using the Stage instance and waited 35 minutes and 50 minutes (in the issue description it's more than 30 minutes), but I couldn't reproduce this bug. I will try once more with a longer duration (more than 1 hour), and report back.
@sandeep-ps will try a longer test now that the dev instance is working.
Will try once more today, but other tries were not reproducible.
Description
The widgets are not getting displayed after the user stays logged in for a while.
Steps to Repeat:
Expected Behavior
If the user session is active, the widgets should be displayed. If the user session has expired, the user needs to be promoted to sign back in.
Additional Context
api/auth/session
endpoint is returning HTTP 200, but in the response hints on a token refresh error.GET /api/worksets
endpoint returning HTTP 500 after the user is logged in for a while. We need to check if the token refresh is happening correctly.