I am having trouble to publish my website to IIS server. I am getting one issue after another. I managed to fix several issue related to open-id but I can't get around with this issue.
- ABP Framework version: v7.3.3
- UI Type: Angular
- Database System: MongoDB
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
3 Answer(s)
-
0
Hello gunpal5,
Please change https to http in your URL and also try to change this in
environment.ts
file at frontendrequireHttps: false
and
appsettings.json
file at backend"RequireHttpsMetadata": "false",
Check whether Authorization is working fine from swagger? Can you please confirm the URLs in database are modified to the deployed application URLs?
please do let me know if this found helpful
Thank you, Anjali
-
0
-
0
Hello gunpal5,
Please have look to this if it helps you https://support.abp.io/QA/Questions/5102/Error-Detail-not-sent-by-server-after-deploy-angular#answer-3a0b5b2b-5390-14d6-4398-f357f04a8388
do let me know if anything else needed
Thank you, Anjali