Open Closed

There is no redirect after successful login #812


User avatar
0
gexiaoxu 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: v4.1.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:
  1. abp new Demo -t app-pro --ui nagular to create pro
  2. Remove the HTTPS
  3. Add the configurationrequireHttps:false in angular
  4. Run!
  5. ISSUE:You can redirect the login page,but you cannot redirect back after a successful login!

2 Answer(s)
  • User Avatar
    0
    gexiaoxu created

    Is there no answer?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Create the below extension in your *.HttpApi.Host project.

    See https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n

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