N8N doesnt show Workflow Execution

I recorded a short 20-second loom so that you better understand what the problem is.

I have a private instance of N8N running and it seems like there is a Frontend disconnect after I upgraded the VM instance to a higher-tier CPU. Yet I don’t know how to fix that.

The basic docker system start settings are as follows:

sudo docker run -d --restart unless-stopped -it \
--name n8n \
-p 5678:5678 \
-e N8N_HOST="myn8n.my-domain.com" \
-e WEBHOOK_TUNNEL_URL="https://myn8n.my-domain.com/" \
-e WEBHOOK_URL="https://myn8n.my-domain.com/" \
-v ~/.n8n:/root/.n8n \
n8nio/n8n

@jimleuk

  • Version: 1.78.1
  • Database (default: SQLite): QLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): self-hosted in google cloud
  • Operating system: Windows10

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Sometimes you will need to reinstall your instance to fix such problems.
I’ve seen more people reporting that bug with the recent updates.

Always keep a backup running:

If you have those backups in GitHub it’s very easy to import everything to a new instance.

I know it’s not the answer you wanted to hear, but sometimes it’s the easiest and fastest way of solving this kind of broken installations.

If my reply answers your question, please remember to mark it as a solution.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.