-
Notifications
You must be signed in to change notification settings - Fork 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
Corrupted URL when upgraded to Jupyter Notebook version 7.0.0rc0 and Jupyter Lab version 4.0.2 #6940
Comments
Many thanks @balajialg for trying the rc and reporting the issue 👍 This change might be related since it realigned how the JupyterHub config was handled with what JupyterLab does: #6918 Not sure yet but maybe it's related. If you are able to try with |
@jtpio Happy to help! I will definitely test 7.0.0b4 version and report the results here. |
@jtpio Based on the initial investigation done by @ryanlovett and myself, the error seems to persist even after downgrading to notebook version
However, everything seems to work well with the notebook 7.0.0b3 and Lab 4.0.0 |
Thanks @balajialg for the input. Then looking at the |
FYI @balajialg Let us know if that fixes the issue, thanks! |
Just opened berkeley-dsep-infra/datahub#4671 |
That's great. Thanks @jtpio! We will test rc1 and give you an update wrt resolution! |
@jtpio Upgrade to rc1 seems to have fixed the issue for me. I will let @ryanlovett also test the deployment and confirm my report. Thanks a lot for the quick fix! |
@balajialg Confirmed! |
Nice, thanks @balajialg and @ryanlovett for checking! |
Describe the bug
The URL to launch the notebook got corrupted when we upgraded the Jupyter Notebook version to 7.0.0rc0 and the Jupyter Lab version to 4.0.2 (JN version 7.0.0rc0 warranted an upgrade from 4.0.0 to 4.0.2 in Lab). When we launch the hub, it loads a URL - Hub_URL/user/xx/user/xx/user/xx/lab that repeats "user/username" thrice and as a result returns a 404 error. This has been reported by multiple users within Berkeley who tested the deployment. Previously, we had Notebook 7.0.0b3 and Lab 4.0.0 which did not have the URL corruption issue.
I am not sure whether this is a Lab specific issue or a notebook-specific issue. Please redirect me to the right repository if I am mistaken here. @ryanlovett
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Notebook should launch without any URL corruption issues
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: