Hi n8n team,
I’m a heavy daily n8n Cloud user and currently build and maintain automations for 3 different clients, and all three have their own separate n8n Cloud instances.
Over the past few weeks, my experience with the editor UI has become much worse, and it’s now affecting a big part of my daily work.
Main issue
The biggest problem happens when I click the orange “Execute Workflow” button.
A lot of the time:
- the button starts spinning
- I can see the Stop button
- but the editor canvas does not show the workflow running
- node states and outputs do not update in the UI
When I open the Executions tab, I can clearly see that the workflow is already running in the backend, so I know the trigger was sent successfully.
So it feels like the execution starts fine, but the editor UI often does not reflect the run properly.
Other things I’m seeing
A few other related things I’ve noticed:
- Sometimes clicking Stop suddenly makes the UI update, and I can instantly see the full node outputs and execution state
- The same issue also happens with Execute Step
- Sometimes clicking execute does nothing at all
- Sometimes the UI eventually starts showing the run, but only after 3, 5, or even 10+ seconds
I’m wondering if this delay could be related to autosave still running, but I’m not sure.
Frequency / impact
This is happening very often now.
I’d estimate around 40-50% of my daily work in n8n is now spent dealing with this issue:
- waiting for the UI to update
- checking the Executions tab
- refreshing the page
- re-running after refresh
Refreshing usually helps, but only temporarily:
- sometimes only for the first run
- sometimes just for a few minutes
- sometimes the second run already fails again
- sometimes even a refresh still does not fix it
This is becoming really frustrating because most of my workday is spent inside the n8n editor.
What I already tried
I’ve already tried restarting the n8n instance from the admin panel, and I’ve also sometimes moved back to the stable version from beta to test if that helps, but the issue still keeps happening. I’ve also updated my Google Chrome version to the most recent version to be sure.
A Few Observations in DevTools
I’m not sure if this is related or this helps, but here are a few things I’ve noticed in DevTools:
Sentry 403 errors
I often see errors like:
WorkflowExecutionsView.vue:140
POST https://o1420875.ingest.us.sentry.io/api/4503960699273216/envelope/… 403 (Forbidden)
WebSocket connection lost
I do sometimes see:
console.js:36 [WebSocketClient] Connection lost, code=1005
console.js:36 [WebSocketClient] Attempting to reconnect in 1000ms
Not always, but it does happen from time to time. So I’m not sure if this helps, but sharing it just in case.
I never had this issue a few months ago, especially during n8n v1 and even earlier v2 versions. From memory, this started becoming noticeable after some of the more recent updates. I tend to update very frequently, usually as soon as a new stable or beta version is available, so I’m wondering if something changed in the newer releases.
I’m usually active during 11:00 PM to 11:00 AM UTC every weekday, if that helps with checking logs.
This issue is slowing me down a lot, and I’d really appreciate help investigating it. Happy to further provide screen recordings or browser console logs.
Thanks.
Information on your n8n setup
- n8n version: 2.15.0
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Windows 11 Pro
