Hello folks! I’m following this small guide to render the profile list dynamically based on the user.
The issue I encounter is that the first time the user actually tries to get into Jupyterhub he gets a 500 Internal Server Error.
This seems to be because I still don’t have the auth information from the user and
user_details = auth_state["oauth_user"]
fails.
This is solved if the user logouts and logins again. Any thoughts?
Thanks a lot!