Is there a way to increase the axios timeout of the HTTP Request node?

As the title suggest, my flow give an error:

“message”: “timeout of 300000ms exceeded”, “name”: “AxiosError”, “stack”: "AxiosError: timeout of 300000ms exceeded\n at RedirectableRequest.handleRequestTimeout

because I’m fetching something large, is there a way to increase the timeout of the HTTP Request node?

Thank you!

Information on your n8n setup

  • n8n version:1.90.2
  • Running n8n via (Docker, npm, n8n cloud, desktop app):npm
  • Operating system:Windows

Yes, at the bottom of the http node there is an Add Options button. Select timeout and set it

2 Likes

I’ll try this, thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.