N8n app can't connect to server

Describe the problem/error/question

So, I have been building some workflows in the n8n app a few month ago. No wanted to get back to it, but the n8n app connect to the server. I updated to the latest version. but doesn’t work. would be too bad to loose the work I did in the workflows…

What is the error message (if any)?

Error connecting to n8n

Could not connect to server. Refresh to try again

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey @pehaem,

We stopped supporting and updating the n8n desktop app last year, If using Desktop it should start up everything needed but it could be that there are now issues with it.

Once thing you could do is run n8n in a docker container which would help and you could use your existing data by running…

docker run -it --rm --name n8n -p 5678:5678 -v ~/.n8n:/home/node/.n8n docker.n8n.io/n8nio/n8n

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