jupyterhub / jupyter-server-proxy

Jupyter notebook server extension to proxy web services.

Home Page:https://jupyter-server-proxy.readthedocs.io

Repository from Github https://github.comjupyterhub/jupyter-server-proxyRepository from Github https://github.comjupyterhub/jupyter-server-proxy

Proxy missing on server >= 2.0

akhmerov opened this issue · comments

Bug description

I seem to be unable to be unable to access the proxy on jupyter-server 2.2.1;
Launching python -m http.server and then navigating to /user-redirect/proxy/8000 leads to a 404.

Your personal set up

> jupyter --version
Selected Jupyter core packages...
IPython          : 8.9.0
ipykernel        : 6.20.2
ipywidgets       : 8.0.4
jupyter_client   : 7.4.9
jupyter_core     : 5.1.5
jupyter_server   : 2.2.1
jupyterlab       : 3.6.1
nbclient         : 0.7.2
nbconvert        : 7.2.9
nbformat         : 5.7.3
notebook         : 6.5.2
qtconsole        : not installed
traitlets        : 5.8.1
> mamba list|grep proxy
configurable-http-proxy   4.5.4                h3b247e2_2    conda-forge
jupyter-server-proxy      3.2.2              pyhd8ed1ab_0    conda-forge
> mamba list|grep jupyterhub
jupyterhub                3.1.1              pyh2a2186d_0    conda-forge
jupyterhub-base           3.1.1              pyh2a2186d_0    conda-forge

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

I tried to reproduce this, but I ran into jupyter-server/jupyter_server#1038 - I just keep getting bounced to the login page when accessing Jupyter in any way.

Everything seems to work now, so this much have been resolved.