We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was first reported by @JuKo007.
I believe that in the the old UI, BinderHub was stripping the leading / in the URL provided by the user. For example, if the user provides
https://github.com/gesiscss/Jupyter4NFDI_survey_results/
the UI would process as
https://github.com/gesiscss/Jupyter4NFDI_survey_results
Launch URL to be
https://2i2c.mybinder.org/v2/gh/gesiscss/Jupyter4NFDI_survey_results/HEAD
Launch URL is
https://2i2c.mybinder.org/v2/gh/gesiscss/Jupyter4NFDI_survey_results//HEAD
Notice the //. This is making BinderHub to not be able to resolve the reference.
//
The text was updated successfully, but these errors were encountered:
This is part of #1920.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This was first reported by @JuKo007.
Bug description
I believe that in the the old UI, BinderHub was stripping the leading / in the URL provided by the user. For example, if the user provides
the UI would process as
How to reproduce
https://github.com/gesiscss/Jupyter4NFDI_survey_results/
Expected behaviour
Launch URL to be
Actual behaviour
Launch URL is
Notice the
//
. This is making BinderHub to not be able to resolve the reference.The text was updated successfully, but these errors were encountered: