- ABP Framework version: v4.3.0
- 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:"
hi: the project runs correctly on localhost but publish to iis
login button not working
port:8008 : Host 8088 : angular
table config SELECT * FROM identityserverclientcorsorigins SELECT * FROM identityserverclientpostlogoutredirecturis SELECT * FROM identityserverclientredirecturis
Looking forward to your help,thanks!
5 Answer(s)
-
0
hi
Can you try to use HTTPS for your app and Angular?
-
0
hi
Can you try to use HTTPS for your app and Angular?
https: the same problem, so I want to know if there is a problem with the above configuration and http, I succeeded on another project
-
0
Can you share your app URL? liming.ma@volosoft.com
-
0
Hi,
Can you try adding
requireHttps: false
tooAuthConfig
property of the environment? -
0
Hi,
Can you try adding
requireHttps: false
tooAuthConfig
property of the environment?this worked for me, thank you very much!