Time-out stops flow

Hello, I’m having a problem with my n8n hosted on a private server.

I have my instance on a server and I run n8n with Easy Panel.

The problem is that I have long workflows and sometimes brief disconnections occur when the app is running in the background. For example, I automate a task that takes several hours, I leave my computer, and when I return, I see that the workflow has stopped with an error. This error message appears on all nodes: “Can’t show data. The execution was interrupted, so the data was not saved. Try fixing the workflow and re-executing.”

I’ve concluded that it’s due to disconnections because sometimes I check the n8n interface and it displays “no connection” in the upper right corner, which quickly reappears.

How can I fix this?

Check Easypanel’s logs to see what’s happening. Try changing the source to n8nio/n8n:stable or n8nio/n8n:beta and redeploy. If you are still dealing with disconnections, restart your private server.