Open Closed

Redirection fails while logging into the system by clicking Login on register page. #1359


User avatar
0
ibrahim.onat created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: vX.X.X
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: *1.Click register on login page 2.Then click login on register page

3.Login Identity Server page is opened instead of the main page of the application There are couple of questions about redirection issues on support page and the workaround solutions did not work for our project, I already have "RedirectAllowedUrls": "http://localhost:4200" in my appsettings.json file


7 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    when you login manually is it working?

  • User Avatar
    0
    ibrahim.onat created

    Yes it's working

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I create a new project(4.3.1) can't reproduce your problem?

    It seems you're custom the login page.

    Can your share your code?

  • User Avatar
    0
    ibrahim.onat created

    There isn't anything custom on the login page, but the version of the framework is 4.2.1. I'll be updating it to 4.3.1 and let you know if the issue remains

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    wait for the good news.

  • User Avatar
    0
    alper created
    Support Team Director

    @ibrahim check the following database tables?

    • IdentityServerClientPostLogoutRedirectUris
    • IdentityServerClientRedirectUris
  • User Avatar
    0
    ibrahim.onat created

    The issue is resolved after updating the abp version to 4.3.2. Thank you for your support.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11