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.
- User abp-suite to generate project.
- 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)
- Start project Admin web (with http).
- Display Login page, login. After login, display web with status no login.
Pls support!