-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widgets not getting displayed after the user is logged in for a while. #98
Comments
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. |
After waiting for more than a day, this issue looks reproducible. There is error in the frontend logs:
|
We discussed to implement a fix by handling the KeyCloak response correctly. |
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.The text was updated successfully, but these errors were encountered: