-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup fails with 401 via Docker instance #8898
Comments
are you using http://localhost:5678/ or some other IP/hostname ? |
i pulled up the webpage on a different maschine as the docker container was running on a headless box. the main problem is that the setup is failing, and no logging was produced. i rerun it earlier and encountered the same issue and checked docker logs(but it didn't return anything new, only the boot up text when n8n is launched. |
without docker the mess it creates is even bigger as most of the required packages are deprecated! |
Yeah, we did not anticipate that many users who are running n8n on headless system will not have
Sorry about this. I'm working on adding explicit error message in the frontend for scenarios like these.
We've updated quite a lot of packages since the last stable release (2 weeks ago), so hopefully soon you should not be seeing more than a couple of deprecated packages. |
I am going to move this to closed as it should be resolved now. |
Bug Description
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
on open and fillout a little Failure message comes up "Problem setting up owner Request failed with status code 401", email is test@localhost.local, firstname is also test, as well as the Last Name.
docker logging showed only the bootup logs from the container, with the last line been 'Press "o" to open browser', which doesn't even function as the container can not spawn a app outside of the container.
To Reproduce
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
open browser to the port either localhost:5678 or IP:5678 and the navigation should redirect to /setup and fill out the form with the content of the issue text and press next.
Expected behavior
not failing
Operating System
Docker container
n8n Version
latest docker container
Node.js Version
container version
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: