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

[BUG] - Error 404 when running the extension locally with conda-store running in Docker #58

Open
sergeygurvich opened this issue Jul 16, 2024 · 1 comment
Labels
type: bug 🐛 Something isn't working

Comments

@sergeygurvich
Copy link

sergeygurvich commented Jul 16, 2024

Describe the bug

The extension is activated, but I can't make it work. I get error 404 in the extension tab window. I verified that the server API and/or UI are running in the Docker container, but it seems that the error is coming independently from the server.

Expected behavior

Conda Store UI should load in the extension tab

How to Reproduce the problem?

  1. Clone and start conda-store (or conda-store-ui) using docker compose, like it is described in README
  2. Test that conda-store is up (http://0.0.0.0:8080/conda-store/docs)
  3. Install JupyterLab (I tried versions 4.0.0 and 4.2.3)
  4. Install jupyterlab-conda-store extension. I tried both via pip install and via dev version according to README
  5. Run JupyterLab
  6. Go to Conda Store > Conda Store Package Manager in JupyterLab

Output

I see the following output in the tab:

Unexpected Application Error!
404 Not Found

Versions and dependencies used.

JupyterHub 4.0.0 (via pip install) and 4.2.3 (via dev route)
Macox Sonoma 14.1
Node.js v20.9.0
[email protected]

Anything else?

image image
@sergeygurvich sergeygurvich added the type: bug 🐛 Something isn't working label Jul 16, 2024
@trallard
Copy link
Collaborator

I am sorry we missed this issue @sergeygurvich - this should be fixed in the upcoming release of the extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants