Skip to content
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

Multi binder launch token problem #211

Closed
betatim opened this issue Oct 19, 2017 · 3 comments
Closed

Multi binder launch token problem #211

betatim opened this issue Oct 19, 2017 · 3 comments

Comments

@betatim
Copy link
Member

betatim commented Oct 19, 2017

After launching multiple different binders from the same browser they open but when you try to open a notebook you get asked for the token instead of seeing the notebook itself.

@willingc
Copy link
Collaborator

@betatim Are you still seeing this?

@yuvipanda
Copy link
Collaborator

yuvipanda commented Nov 14, 2017 via email

@minrk
Copy link
Member

minrk commented Nov 15, 2017

Yes, this is fixed by jupyter/notebook#2959 which will be in the next notebook release. It's caused by the fact that all notebooks are setting the same cookie, clobbering each other so you can only talk to one binder at a time.

Unfortunately, there is no good way to deal with this other than wait for the next notebook release and upgrade.

If we did our own sidecar auth proxy (#258), we would be in control of this stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants