Hi everyone,
I’m running a Jupyterhub instance installed from anaconda repository. These are the relevant component versions:
jupyter_core 5.3.1
jupyter_server 2.7.0
jupyterhub 4.0.1
jupyterhub-base 4.0.1
jupyterhub-ldapauthenticator 1.3.2
jupyterlab 4.0.3
jupyterlab_server 2.24.0
I’m using ldapauthenticator as authenticator backend.
I’m facing a problem with a current logged session. Once the credentials are entered on the main page to authenticate, it keeps loading and the animated icon spinning continuosly but never manages to log in. Tried with different browsers and private tabs as well.
The syslog shows the (apparently related) logs:
[…]
Token stored in cookie may have expired
Couldn’t authenticate WebSocket connection
Token stored in cookie may have expired
wrote error: ‘Forbidden’
[…]
It does not happen always and not with all the users.
Any ideas?
Thanks in advance!