N8n Cannot GET / error

Describe the problem/error/question

Couple minutes ago I was working with my n8n workflow normally, after I decided to save and do the update since there was update 6 days ago (on the left bottom n8n had notification), after that I stopped my n8n via ssh using sudo docker compose stop and followed the steps to update from the guide that is made for digital ocean n8n setup. Which guides me to do:

docker compose pull

docker compose down

docker compose up -d

I have done all and even tho my n8n starts I can not open it on my browser. I have tried couple of methods via asking ChatGPT etc. but couldnt fix it.

What is the error message (if any)?

Cannot GET /

Information on your n8n setup

  • n8n version: Latest
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own? (not sure about this)
  • Running n8n via (Docker, npm, n8n cloud, desktop app): digital ocean droplet (docker)
  • Operating system: Ubuntu 22.04

Hi there, it looks like a lot of people are having issues after updating to 1.95.3

Hopefully the n8n team will fix it fast

1 Like

Hi, can you show me the output from this command while it’s running?

docker compose logs

I just upgraded my queue mode instance to the latest version, and there are no problems.

2 Likes

Hi, while I was trying some methods, somehow I wiped the old files :frowning: (I am new to docker). So problem is solved but with wrong way hahaha, needed to revert from backup etc. I am sorry that can’t share the logs with you but if it repeats ever again, will share the logs in the same time.

Thank for support.

1 Like

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