"Back to app" link broken if you logged out from the profile settings page (`/settings`) · Issue #7707 · outline/outline · GitHub
More Web Proxy on the site http://driver.im/
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
If you visit
/settings
while not logged in, it is impossible to go "back to the app" again from any settings page after logging in.Steps to reproduce
I'm using the Generic OIDC auth provider with
OIDC_DISABLE_REDIRECT=true
.While logged into Outline, visit the Profile page (
/settings
).Log out of outline. Outline will:
/
and shows a button to login using the configured identity providerpostLoginRedirectPath = '/settings'
in session storage.Click the button to login using the configured identity provider, approve any consent dialogs.
Outline should send you to the profile page (
/settings
) when done (this is expected).Click
Back to App
.Expected behaviour
You are taken back to the Outline app.
Actual behaviour
Outline redirects you to
/
, then a moment later redirects you back to/settings
(Profile page).Navigating to other settings pages and then clicking "Back to App" also redirects you to the profile page.
Manually navigating to
/home
also redirects you/settings
.Each time you attempt to leave the settings page, the logger shows:
Workaround
Clear the
postLoginRedirectPath
session storage item.Versions
Outline (please complete the following information):
Desktop (please complete the following information):
Mobile (please complete the following information):
Not tested
The text was updated successfully, but these errors were encountered: