Bad link to login page from logout page

I logged out.
Screenshot 2022-02-02 at 15.07.01

After cliking the link to go back to login page I expected to be able to login. But the link is not correct.
Screenshot 2022-02-02 at 15.07.10

I can login and I am authorized, but instead of standard Menu on the left this appears
Screenshot 2022-02-02 at 15.18.12

When I delete the “account/login” part of the page URL or hit refres (F5 button) aplication starts and appear correctly.

Solution: in appsettings.json, there must be correct key:value setting of the “PostLogoutRedirectUris”.

E.g. “PostLogoutRedirectUris”: [ “/”, “https://is.mywebsite.cz/” ]

Note the trailing slash sign is important. Without it will not work correctly.

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