After last update 1.95.2(self host with traefik) trigger this issue in the workflow editor “connection lost” message but it seems flashing.
https://www.awesomescreenshot.com/video/40552190?key=ac658ddc8a07d10cdf45ff6199e213cc
multiple connection lost, it seems the websocket cant mantain the connection active.
1 Like
i have try to change this ev variable in both case nothing change N8N_PUSH_BACKEND
String websocket
Choose whether the n8n backend uses server-sent events (sse
) or WebSockets (websocket
) to send changes to the UI.
I have the same problem after last update.
1 Like
romp
June 3, 2025, 11:35am
4
Hi, you need to change version, you can retrograde to an older version like 1.94.1 or go to the beta version like the 1.97.0:
To fix this, you need to pull the 1.97.0 version yourself with this command docker pull docker.n8n.io/n8nio/n8n:1.97.0
After you pull it, you need to modify you’re docker-compose.yml in the n8n part
From this:
n8n:
image: docker.n8n.io/n8nio/n8n
restart: always
To this:
n8n:
image: docker.n8n.io/n8nio/n8n:1.97.0
restart: always
After you modify it, save the file and use the command:
docker compose up -d
It should work just fine
2 Likes
i have see they relase a new version with hotfix
system
Closed
June 10, 2025, 12:37pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.