The workflow has been tested, and it is working fine (when it works)
The spinning wheel appears with the “executing workflow” but not progress on any node is observed. It seems stuck for minutes.
What is the error message (if any)?
BadRequestError: request aborted
at IncomingMessage.onAborted (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/raw-body/index.js:245:10)
at IncomingMessage.emit (node:events:518:28)
at IncomingMessage._destroy (node:_http_incoming:221:10)
at _destroy (node:internal/streams/destroy:122:10)
at IncomingMessage.destroy (node:internal/streams/destroy:84:5)
at abortIncoming (node:_http_server:811:9)
at socketOnClose (node:_http_server:805:3)
at Socket.emit (node:events:530:35)
at TCP. (node:net:346:12)
Please share your workflow
I am not sure if that adds any value, no node is executing when this condition appears.
mmm that is interesting, caddy is not doing anything special, just offloading the ssl workload and adding a header to filter the access, which I dont expect to add any issue as the header is included on the browser in any petition to that host.
If anything, the port exposed to the world is not the n8n default port, the default port only works inside the local network, but I can’t see how that would be an issue.
Is there any log or debug option on n8n to research on this further?
It seems that the proxy upfront on another port is also interfering into the telemetry and diagnostics sent to n8n which are using the default port (which is correct in the internal lan), therefore the browser and the whole app is like somehow lagging or stuck. I disabled the telemetry/diagnostics and it seems to be better now.