**ABP Framework version: v7.4.1
UI Type: MVC
Database System: EF Core (SQL Server)
Tiered (for MVC) or Auth Server Separated (for Angular): no
Exception message and full stack trace:
Steps to reproduce the issue: ** Hi,
Now after I publish the project to iis, this error appears and I can't process the jobs.
10 Answer(s)
-
0
Can you share the full error logs?
-
0
-
0
-
0
Hi,
I guess you are using the
Response compression
.Can you try to disable it to test again?
-
0
Hi,
I guess you are using the
Response compression
.Can you try to disable it to test again?
Where can I turn them off?
-
0
Hi,
You should see code like this in your project, please comment on these codes.
AddResponseCompression
UseResponseCompression
-
0
Hi,
After checking the
Abp/ApplicationConfigurationScript
andAbp/ApplicationLocalizationScript
endpoint response content-type istext/html
.They should be
application/javascript
Can you share the full logs? thanks.
-
0
I found the cause. The reason is because my server lost some services. Thank you for your help.
-
0
:)