Closed oyamin closed 2 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
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.
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! :wave:
Welcome to the Jupyter community! :tada:
Looks like there is also same issue that was posted on the forum back in January with no acknowledgement: https://discourse.jupyter.org/t/unable-to-create-jupyter-server-from-ztbh-install/12752
After testing some older versions, the issue started happening after upgrading to the following version:
0.2.0-n683.h469f5e5 | 09 September 2021 - Error started appearing 0.2.0-n676.h0cbee48 | 09 September 2021 - Error does not appear
from: https://jupyterhub.github.io/helm-chart/#development-releases-binderhub
But now when i try to access my server at: https://example.com/user/oyamin@example.com
404 : Not Found
You are requesting a page that does not exist!
Same with: https://example.com/hub/tree
404 : Not Found
Jupyter has lots of moons, but this is not one...
The 404 errors where resolved by adding:
singleuser:
cmd: jupyterhub-singleuser
Issue was resolved when I added the following fields to my secret.yaml
jupyterhub:
hub:
services:
binder:
apiToken: "<output of `openssl rand -hex 32` command>"
config:
GenericOAuthenticator:
client_id: <okta client_id> # since we use okta
client_secret: <client_secret>
proxy:
secretToken: "<output of `openssl rand -hex 32` command>"
I encountered this, and found the answer here (https://discourse.jupyter.org/t/unable-to-create-jupyter-server-from-ztbh-install/12752/3) to be useful too; to be able to spawn environments in the regular way with the BinderHub's JupyterHub, you need to set:
hub:
config:
BinderSpawner:
auth_enabled: true
I am running binderhub on AWS EKS 1.21. Binderhub version 0.2.0-n880.hd19a36a. Using Okta authenticator via GenericOAuthenticator.
When I install binderhub with helm, it works perfectly fine, but jupyterhub does not work. If I install jupyterhub alone without binderhub, using:
It works perfectly fine.
The error I am getting when trying to start the server on Jupyterhub when installed with binderhub is:
In the UI:
and in the logs: