0
duyan11110 created
ABP Framework version: v7.3.0
UI Type: MVC
Database System: EF Core (SQL Server)
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Exception message and full stack trace:
Steps to reproduce the issue: I tried to increase HttpClient timeout but failed. The long running task is in ReportModule which is used in AMLReportService, so I tried to increase HttpClient like this:
2 Answer(s)
-
0
Hi,
I think this is because of the gateway timeout; the gateway doesn't use a client proxy.
see https://github.com/microsoft/reverse-proxy/issues/2207 https://microsoft.github.io/reverse-proxy/articles/timeouts.html
-
0
Hi,
Thank you. It works.