On a dedicated Debian 12 system, I’ve installed native jupterhub packages. In front of this system is an Apache reverse proxy front end (proxying jupyerhub and several other sites), configured according to jupyterhub docs.
The notebook component of jupterhub works fine, but the terminal component does not, displaying a blank screen. If I hit CTRL-U in the terminal tab in my browser, I see lots of html and javascript, so it’s loading something.
If I use the inspector in the browser, then the only obvious error is:
Uncaught ReferenceError: exports is not defined
<anonymous> index.js:1
[index.js:1](https://xxx-redacted-xxx/user/alexis/static/terminal/js/components/xterm.js-fit/index.js)
<anonymous> index.js:1
I’m not sure if that is relevant or not.
Version numbers are:
pansoti# dpkg -l | grep jupy | awk '{ print $2 " " $3 }'
jupyter-console 6.4.4-2
jupyter-core 4.12.0-1
jupyter-nbextension-jupyter-js-widgets 6.0.0-11
jupyter-notebook 6.4.12-2.2
jupyterhub 3.0.0+ds1-1
python3-jupyter-client 7.4.9-2
python3-jupyter-console 6.4.4-2
python3-jupyter-core 4.12.0-1
python3-jupyter-telemetry 0.1.0-4
python3-jupyterlab-pygments 0.2.2-3
python3-nbclient 0.7.2-1
pansoti#
Python is 3.11.
Can anybody offer any advice please? If I should provide more logs, then please just tell me what. Many thanks!