0
jayesh@extranerds.com created
- 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:
- https://abp.io/support/questions/3071/Show-login-page-after-logout
- https://abp.io/support/questions/1152/How-to-to-Login-page-when-accessing-the-app-and-after-logout
- https://abp.io/support/questions/3352/Can-we-remove-you-are-successfully-logout-screen-and-show-login-screen
- https://github.com/abpframework/abp/issues/11600
5 Answer(s)
-
0
-
0
-
0
Hi,
you can try replace the component.
@attribute [ExposeServices(typeof(Authentication))] @attribute [Dependency(ReplaceServices = true)]
-
0
-
0