Page 1 of 1

Httpclient.Timeout after 100 second

Posted: Tue Dec 09, 2025 12:23 pm
by ShakeebAhmed
Hello,

We are getting Httpclient.Timeout error after 100 second while loading large dataset. How to increase that httpclient timeout? Below are the details what we are using.

Version - 2025.4.3
Stimulsoft.Data.GraphQL - 2025.4.3 --> Seems like problem is somewhere here as we uses graphql query and that get's timeout.
Tech - .Net core, Angular

We are trying to export the report which uses datasource of graphql and it does works well with 10K records but when I change it to 100K, it throws the timeout error in our custom export feature "report.Render(false)". Tried to extend timeout of viewer but it didn't works.

Thanks.

Re: Httpclient.Timeout after 100 second

Posted: Thu Dec 11, 2025 11:41 am
by Vadim
Hello

For web requests please use

Code: Select all

StiAngularViewerOptions options.Server.RequestTimeout
(seconds)