Client request fails with 502 after 2 minutes

R

Ruslan Sydorovych

I have website on React. From client it sends the GET request using axios to the proxy server which waits for callback from the payment engine using EventEmitter. The issue is that GET request fails after 2 minutes with 502 error. I tried to increase the timeout using IIS 10 (Windows Server 2019) connection timeout config from 120 seconds (2 minutes) to 900 seconds (15 minutes) but it still fails after 2 minutes. I tried to set the rule to the web.config: <serverRuntime idleTimeout="00:15:00" /> Also, I tried to set server.tim

Continue reading...
 
Back
Top Bottom