After update latest version i got this error every time i want test webhook output, it wont stop execute but the output is done… its really annoying coz now everytime i want test output must start over again
Which version of n8n did you upgrade from? If you are using a reverse proxy is it also set to enable websockets as I have seen similar issues to this in the past.
i just using docker compose pull so i guess it will pull latest version right so i never know how to check the version before.
hosted on ubuntu 22.04 and this my logs
Yeah if you set the version using the below and run a compose pull then a stop and start it should put you back on the older version, It will be interesting to see if it resolves the problem.
I guess the good news is if you are seeing the same issue after going back to the older version then this issue wouldn’t be related to the upgrade.
Can you try connecting to your n8n instance without going through Traefik (just use the ip and port) and see if you have the same issue when doing that
Did you try connecting directly to the IP of n8n as suggested? Looking at the error I don’t think you have websockets enabled, does Cyberpanel have a reverse proxy built in?
Sadly I don’t know how to configure the sustem you are using to support websockets so that may be a question for them but before we go too far down that route…
Did you try the direct IP connection using the 5678 port for n8n to bypass any reverse proxies? That will let us know if the issue is with the proxy or something else.
and for information i not get any problem for execution if access on ip address so this issue because my proxy config?
but why this problem comes when i update new n8n version? I have never experienced this problem before and several applications that I installed with Docker using the same proxy method also have no problems.
If it doesn’t appear when going direct then you guessed correct it will be an issue with your reverse proxy and you will need to check how to enable websockets correctly.
I am not sure why this would happen only when upgrading but if it is was an internal issue to n8n you would always see this issue.
appreciate your time for helped me jon, ill find out about it and i saw there is new n8n version release and talk about fixing issue like this i hope it can solve my case too.
Overall i love n8n cause im just a self taught on programming and i learn better with it since i use n8n, great tools! Hope someday i can afford startup plan to monetize it on my country. thanks again jon
UPDATE
Solve this problem by update latest version of n8n, thanks