Websocket active in NPM. I suspect that in Nginx Proxy Manager I also need to add some extra headers under Advanced config so that the origin check passes.
Does anyone have a working Advanced Config for NPM with n8n, or can tell me which headers are absolutely required?
Thanks for your reply
2025-09-23T14:38:28.229Z | info | n8n does not have permission to use port 443. Please run n8n with a different port. {“file”:“abstract-server.js”}
If you used port 443 in the dockerfile and it crashed, then we will need to stay on the normal port you are using in NPM. Can you share more on what changes you implemented and what was the result?
I am getting connection error if I stay with it: - N8N_PUSH_BACKEND=sse
I removed it but if I execute any workflow getting connection error and container restarting it. For example extract text from pdf causes container crash. (pdf has got only one word)
I changed port to 5678 instead of 5679. 5679 doe not work.