I am setting up The Littlest JupyterHub (TLJH) on a fresh EC2 instance using the official bootstrap script, without any manual installation of JupyterHub or Jupyter components. Although i have correctly added my user (i.e. ‘root’) to the admin list in the ‘config.yaml’ and ensured the spawner is set to ‘systemdspawner’, i am still unable to access the JupyterHub admin dashboard yet i can see admin option in hub control panel which means i am a admin. I ruled out most user-related issues and suspect the problem may lie in backend components like Traefik or missing services or is this a UI component problem??
what happens when you click this admin link that you can see?
What is your jupyterhub version?
I can see ‘JupyterHub 5.2.1’, but the dashboard is missing.
Can you
- turn on debug logging, and share your hub logs
- open your browser console, and share the logs from the console and network tabs, especially if there are any warnings or errors?
can you share the jupyterhub logs surrounding this? There should be a GET /hub/api/users
that I’m particularly interested in.