MSD-LIVE / issues

0 stars 0 forks source link

Users get 404 error on Jupyter Hub #190

Open clansing opened 5 months ago

clansing commented 5 months ago

If a user's notebook times out before they log out, then the next time they go back to the main hub url (e.g., rgcam.msdlive.org) to start up a new one, they get a 404 error. This is because the browser still has cookies in it (jupyterhub-user-$USER_ID, jupyterhub-session), that point to a notebook that no longer exists. Can we fix jupyter hub to remove the cookies instead of throwing a 404 error?

In the interim, users can navigate to this url in their browser to clear the cookies: https://DEPLOYMENT.msdlive.org/hub/logout (e.g., https://rgcam.msdlive.org/hub/logout)