-
ABP Framework version: v8.0.1
-
UI Type: Blazor WASM / Blazor Server
-
Database System: EF Core (SQL Server,)
-
Tiered (for MVC): Yes
-
Exception message and full stack trace: no exception, redirection from logout to the login is taking time for the deployed site on the Azure platform. While debugging locally, it is working well.
-
Steps to reproduce the issue:
-
Login in - https://blzortest.azurewebsites.net/Account/Login
-
Logout
-
After the Logout, the page redirects to the URL - https://blazortest.azurewebsites.net/authentication/logout-callback
-
Blank Page shows for 2 minutes
-
Then automatically redirect to the login page - https://blazortest.azurewebsites.net/Account/Login?ReturnUrl=.....
Solution Applied:
5 Answer(s)
-
0
-
0
Hello Team,
Thank you for replying.
I have already tried this, however did not work for me on the deployed site.
another code to fix, but did not work on the deployed site
-
0
Hi,
you can try replace the component.
@attribute [ExposeServices(typeof(Authentication))] @attribute [Dependency(ReplaceServices = true)]
-
0
Hi Team,
I have applied your suggestion, however it is not working on the deployed site.
Kindly request you to suggest something else to fix this issue.
-
0
another code to fix, but did not work on the deployed site
Hi, you can try override the
LogoutController