Skip to content
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

Cannot run JupyterLab on NGINX #7464

Open
manel00 opened this issue Sep 18, 2024 · 0 comments
Open

Cannot run JupyterLab on NGINX #7464

manel00 opened this issue Sep 18, 2024 · 0 comments
Labels
bug status:Needs Triage Applied to issues that need triage

Comments

@manel00
Copy link

manel00 commented Sep 18, 2024

Description

When I am running NGINX with Jupyterlab, I can access but I am retrieving the following error in Console on Firefox

Ha fallado la carga del <script> con origen "http://127.0.0.1:8080/static/lab/main.b19b8a0b5c015351f92f.js?v=b19b8a0b5c015351f92f".

I set up with the URL localhost:8080/lab

services: lab: build: context: . dockerfile: ./Dockerfile_lab volumes: - ./notebooks:/home/jovyan/work/python_app # - ./coger_conf:/home/coger_conf - ./.jupyter:/home/jovyan/.jupyter ports: - 8888:8888 # container_name: jupyter_notebook command: "start-notebook.sh --NotebookApp.token="

Reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behavior

Context

  • Operating System and version:
  • Browser and version:
  • Jupyter Notebook version:
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
@manel00 manel00 added bug status:Needs Triage Applied to issues that need triage labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

1 participant