ml-tooling / ml-hub

🧰 Multi-user development platform for machine learning teams. Simple to setup within minutes.
Apache License 2.0
301 stars 64 forks source link

endless redirect loop from /hub/user/[username] to /user/[username] #14

Open skurfuerst opened 4 years ago

skurfuerst commented 4 years ago

Describe the bug:

I'm simply running ML Hub locally using

docker run \
    -p 8080 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v jupyterhub_data:/data \
    mltooling/ml-hub:latest

After I created and started a workspace server, and wait until it is started, I get a redirect loop between /hub/user/[username] to /user/[username].

Expected behaviour:

No redirect loop :)

Technical details: