V13.10 Login Redirect

Since upgrading all my sites to V13.10.0 (and this hasn’t changed on V13.10.1), if the back office times out and returns to the normal login page, if you log in again you end up at the site’s home page. These examples are on localhost but the same applies on the live sites.

Say you were on https://localhost:44316/umbraco#/content/content/edit/22227?mculture=en-GB&list=21455&page=1&filter=&orderBy=closingDate&orderDirection=desc and the back office times out. When you log in again, the url is now https://localhost:44316/#/content/content/edit/22227?mculture=en-GB&list=21455&page=1&filter=&orderBy=closingDate&orderDirection=desc and you’re suddenly on the site’s front end home page. Note the missing “umbraco” in the second url. Adding “umbraco” just before the”#” returns you to where you were.

It’s not the end of the world, but it’s annoying when developing, but it’s also embarrassing because the client thinks you’ve don’t something wrong. It’s obviously a bug that’s been introduced. I see there’s another post about something similar with V15 ( Deeplink to Umbraco content lost after login — redirects to homepage instead ).

Please advise.

Apparently this is already fixed in 13.11.0 out soon :wink:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.