Open Closed

Showing Blank Page After Logout #7547


User avatar
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:

  1. Login in - https://blzortest.azurewebsites.net/Account/Login

  2. Logout

  3. After the Logout, the page redirects to the URL - https://blazortest.azurewebsites.net/authentication/logout-callback

  4. Blank Page shows for 2 minutes
    Screenshot 2024-07-23 161000.png

  5. Then automatically redirect to the login page - https://blazortest.azurewebsites.net/Account/Login?ReturnUrl=.....

Solution Applied:

  1. https://abp.io/support/questions/3071/Show-login-page-after-logout

  2. https://abp.io/support/questions/1152/How-to-to-Login-page-when-accessing-the-app-and-after-logout

  3. https://abp.io/support/questions/3352/Can-we-remove-you-are-successfully-logout-screen-and-show-login-screen

  4. https://github.com/abpframework/abp/issues/11600


5 Answer(s)
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09