-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get 404 with jupyterlab behind nginx #1234
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hey @cjbd it is likely because the server extension part of this extension is not enable. Could you execute
|
@fcollonval thanks for the update, pls find command output, it's enabled # jupyter server extension list
Config dir: /root/.jupyter
Config dir: /opt/miniconda3/etc/jupyter
jupyter_resource_usage enabled
- Validating jupyter_resource_usage...
jupyter_resource_usage 0.7.2 OK
jupyter_server_mathjax enabled
- Validating jupyter_server_mathjax...
jupyter_server_mathjax OK
jupyterlab enabled
- Validating jupyterlab...
jupyterlab 3.4.4 OK
jupyterlab_git enabled
- Validating jupyterlab_git...
jupyterlab_git 0.41.0 OK
nbclassic enabled
- Validating nbclassic...
nbclassic 0.5.2 OK
nbdime enabled
- Validating nbdime...
nbdime 3.1.1 OK
notebook_shim enabled
- Validating notebook_shim...
notebook_shim OK
panel.io.jupyter_server_extension enabled
- Validating panel.io.jupyter_server_extension...
panel.io.jupyter_server_extension OK
Config dir: /usr/local/etc/jupyter |
something that might not be relevant to this, i also had trouble with |
Do you filter endpoints? If yes you are likely filtering the endpoints of this extension? |
@fcollonval no, i don't know how to do that... |
I would guess that your nginx is likely to filter out new API endpoints. You should look at the proxy log. |
Description
Hello, I follow this article to put my jupyterlab behind nginx, it's working fine
But when I install
jupyterlab-git
extension withpip
, I always get this error message in the front end:and from the console output, I can see error log like this:
Reproduce
Expected behavior
jupyterlab-git extension should work like without nginx
Context
# git --version git version 2.25.1
Command Line Output
Web Browser Output
The text was updated successfully, but these errors were encountered: