I am running n8n in a docker container

For evaluating n8n I am running n8n self hosted on a linux (debian) machine in docker container:

docker volume create n8n_data
sudo -u dockeruser docker run -d -it --name n8n -p 5678:5678 --restart=always -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n

accessing it via localhost:5678 works well.

When I try from a different PC via the IP-Adress http://192.168.150.174:5678/ the login works but the Workflow Dashboard does not load fully. It looks like this:

When i click around (e.g. Settings->Users) i get error messages:

Could not check if an api key already exists.

Unauthorized

ResponseError

Unauthorized
Unauthorized

here is a sceenshot:

Any suggestion what I am doing wrong.

Thanks!

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:

hello @Laurin_Muller

This one solution should work

1 Like

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