Hi guys…
I am sending data(=~ 5 MB) as a single record(no iteration in the backend) to an Odoo API using HTTP node.
In the HTTP node I have set timeout 300000 ms.
I tried increasing my timeout limit. But unable to find out the exact issue.
Can you guys give me a little direction to resolve this !
Below is my error response.
“error”: {
“message”: “504 - "\r\n504 Gateway Time-out\r\n\r\n
504 Gateway Time-out
\r\nopenresty\r\n\r\n\r\n"”,
“name”: “AxiosError”,
“stack”: “AxiosError: 504 - "\r\n504 Gateway Time-out\r\n\r\n
504 Gateway Time-out
\r\nopenresty\r\n\r\n\r\n"\n at settle (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/settle.js:19:12)\n at RedirectableRequest.handleResponse (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:533:9)\n at RedirectableRequest.emit (node:events:529:35)\n at RedirectableRequest.emit (node:domain:489:12)\n at RedirectableRequest._processResponse (/usr/local/lib/node_modules/n8n/node_modules/follow-redirects/index.js:397:10)\n at ClientRequest.RedirectableRequest._onNativeResponse (/usr/local/lib/node_modules/n8n/node_modules/follow-redirects/index.js:90:12)\n at Object.onceWrapper (node:events:632:26)\n at ClientRequest.emit (node:events:517:28)\n at ClientRequest.emit (node:domain:489:12)\n at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)”,
“code”: “ERR_BAD_RESPONSE”,
“status”: 504
}
}
- n8n version: 1.22.4
- Database : Postgresql
- Running n8n via Docker Compose
- Operating system: Linux m/c