I am experiencing some issues with my NextJA app’s backend API requests on my site (Site ID: 931c9906-fd27-4f13-83e9-bad79a359d82) with the Netlify subdomain: hey-atom.netlify.app. I’ve found that the API requests are being cancelled after 10.01 seconds. This seems to be caused by a 3rd party API call underneat my NextJS api, that takes longer to complete, resulting in the cancellation of the request due to the timeout limit.
I came across information that it’s possible to request an increase in the timeout limit specifically for my site. I would like to kindly request that my site’s timeout limit be increased to 26 seconds or any suitable duration that will accommodate the 3rd party API call and prevent cancellations.
Thank you for your assistance in resolving this issue. I appreciate your prompt attention to this matter.
Thanks for providing the site name. Are you still having issues? I’m not seeing any timeouts in the function log. Could you provide steps to reproduce the issue? Or a screenshot of the error you’re seeing? Also have you gone through the Support Guide previously mentioned?
dafafd9a INFO error ---------------------------------------Mar : dafafd9a INFO Error: Timeout of 120000ms exceeded
at RequestBase._timeoutError (/var/task/node_modules/superagent/lib/request-base.js:670:13)
at Timeout. (/var/task/node_modules/superagent/lib/request-base.js:685:12)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7) {
timeout: 120000,
code: ‘ECONNABORTED’,
errno: ‘ETIME’,
response: undefined
}
can you set a higher timeout please (max)? + error : INFO error ---------------------------------------PM: 19dbc9d8 INFO Error: socket hang up
at connResetException (node:internal/errors:720:14)
at TLSSocket.socketOnEnd (node:_http_client:525:23)
at TLSSocket.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1400:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: ‘ECONNRESET’,
response: undefined
}