-
Notifications
You must be signed in to change notification settings - Fork 362
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
Can't access server with provided token #1361
Comments
This is easily reproducible with Using the PID 1 is |
It sounds like the backward-compatibility shims for the new IdentityProvider API in Jupyter Server 2.0 don't quite work to keep the old token config in sync with the new token config in every case. I'll see if I can track it down. |
Indeed, this is jupyter-server/jupyter_server#1221 which has more detail on the issue. essentially, Jupyter Server 2.0 extensions are not actually compatible with notebook < 7. We can mostly work around this by explicitly setting both I think the fix is to switch the |
Upgrading to notebook 7 (#1363) will fix this. As would a smaller patch to change the launch command to |
Expected behaviour
http://127.0.0.1:44781/?token=7dd7de0ba3280d147c16fed90617b006cdea0c65ce55c54f will give access Jupyter Lab.
Actual behaviour
http://127.0.0.1:44781/?token=7dd7de0ba3280d147c16fed90617b006cdea0c65ce55c54f asks for the token
Your personal set up
The text was updated successfully, but these errors were encountered: