Open Closed

Can't run Admin Web (IdentityServer) in http #1119


User avatar
0
devteam created
  • ABP Framework version: v4.2.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: No
  • Steps to reproduce the issue:

**** I can't run Admin web (contain IdentityServer) in http. This project only run in https.

  1. User abp-suite to generate project.
  2. Change htpps to http in launchSettings.json (https://localhost:44312 => http://localhost:44312) Change https to http in launchSettings.json (https://localhost:44312 => http://localhost:44312)
  3. Start project Admin web (with http).
  4. Display Login page, login. After login, display web with status no login.

Pls support!


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

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

  • User Avatar
    0
    devteam created

    Thanks maliming, it works!

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