-
Notifications
You must be signed in to change notification settings - Fork 112
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
404 page not found #7
Comments
Did you mount the docker socket properly, here: jupyterhub-docker/docker-compose.yml Line 38 in 5bf2ab2
The path may be dependent on your local docker installation. |
I was able to solve this issue on my localhost by setting HOST (in .env) to 127.0.0.1, and then navigating in my browser to http://127.0.0.1. When visiting http://localhost, I see this 404 message again, but it works fine if I visit http://127.0.0.1. Unfortunately, however, when I deployed this up to an EC2 instance, I'm now encountering this issue again, and I cannot seem to find anyway around it. I've set HOST to my domain name, and also tried setting it to the IP of the server, to localhost, to 127.0.0.1 -- nothing seems to work. I also can't, for the life of me, access the traefik dashboard on the EC2 instance. On my localhost, I just visit http://127.0.0.1:8080 in a browser. However, on the EC2 instance -- by which I mean, even if I ssh into the server and run Any thoughts on possible debugging steps? |
I got to the bottom of it! When running docker-compose on a remote host (with - - ./reverse-proxy/traefik.toml:/etc/traefik/traefik.toml
+ - /etc/traefik/traefik.toml:/etc/traefik/traefik.toml |
I have tried to implement this setup.
But when I start the environment, I always get "404 page not found" when I try to reach jupyterhub. Both containers, trafik and jupyterhub are running though. It seems like traefik is not recognizing the jupyterhub container.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered: