bitbull-team / docker-exec-web-console

A web UI to docker exec from the browser
85 stars 39 forks source link

Not working, we always redirect to http://127.0.0.1:9999 #1

Open ariden83 opened 6 years ago

ariden83 commented 6 years ago

Hello,

When I do http://127.0.0.1:9999/webconsole I was redirect to http://127.0.0.1:9999

If I call http://127.0.0.1:9999?cid=dc5cae8283b7 I was redirect to http://127.0.0.1:9999/?cid=dc5cae8283b7 and nothing appears in web interface.

I've got nothning in logs.

I deploy on lubuntu with :

docker run -d \                
        --name docker-exec-web-console \
        -p 9999:8888 \
        -e "CONTEXT_PATH=/webconsole" \
        -v /var/run/docker.sock:/var/run/docker.sock \
        bitbull/docker-exec-web-console
mhemrg commented 5 years ago

Same issue. Ubuntu 18.04 and Docker version 17.12.1-ce, build 7390fc6.

nunojusto commented 5 years ago

That's a browser cache problem. On chrome, press F12 and then right click the reload page and select "Empty cache and Hard reload"

LinkLuigiMaster commented 1 year ago

Hab das Problem auch und nein, das hilft leider nicht. 😕