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 I am logged into Nova, and then I clear my application data in the dev tools (eg my cookies, session, local storage etc), as soon as I then try and interact with the Nova interface, eg clicking a resource, instead of getting redirected to the login page, I get a modal dialogue with an iframe of the login page inside it.
This modal dialogue iframe then redirects to the Nova application, still inside the modal dialogue, over top of the old Nova interface.
This same modal iframe behaviour occurs if the logged in users sessions times out for other reasons, eg not just if I manually delete the session/cookies from the dev tools
The text was updated successfully, but these errors were encountered:
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
The issue stopped occuring. I think it has something to do with the fact that the Nova Authenticate middleware throws a NovaAuthenticationException wheras the base Authenticate middleware throws an AuthenticationException
Description:
When I am logged into Nova, and then I clear my application data in the dev tools (eg my cookies, session, local storage etc), as soon as I then try and interact with the Nova interface, eg clicking a resource, instead of getting redirected to the login page, I get a modal dialogue with an iframe of the login page inside it.
This modal dialogue iframe then redirects to the Nova application, still inside the modal dialogue, over top of the old Nova interface.
This same modal iframe behaviour occurs if the logged in users sessions times out for other reasons, eg not just if I manually delete the session/cookies from the dev tools
The text was updated successfully, but these errors were encountered: