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

Failed to fetch dynamically imported module: http://localhost:2718/assets/edit-page-BWqV53Ap.js #3835

Closed
tmontana opened this issue Feb 18, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@tmontana
Copy link

Describe the bug

installed Marimo 11.6 had this error in browser after typing marimo tutorial intro. Also tried with version 11.0. Using WSL2, Ubuntu 20.04

Failed to fetch dynamically imported module: http://localhost:2718/assets/edit-page-BWqV53Ap.js

Image

Environment

{
  "marimo": "0.11.0",
  "OS": "Linux",
  "OS Version": "5.10.102.1-microsoft-standard-WSL2",
  "Processor": "x86_64",
  "Python Version": "3.10.16",
  "Binaries": {
    "Browser": "--",
    "Node": "--"
  },
  "Dependencies": {
    "click": "8.1.8",
    "docutils": "0.21.2",
    "itsdangerous": "2.2.0",
    "jedi": "0.19.2",
    "markdown": "3.7",
    "narwhals": "1.27.1",
    "packaging": "24.2",
    "psutil": "7.0.0",
    "pygments": "2.19.1",
    "pymdown-extensions": "10.14.3",
    "pyyaml": "6.0.2",
    "ruff": "0.9.6",
    "starlette": "0.45.3",
    "tomlkit": "0.13.2",
    "typing-extensions": "4.12.2",
    "uvicorn": "0.34.0",
    "websockets": "15.0"
  },
  "Optional Dependencies": {},
  "Experimental Flags": {}
}```

</details>


### Code to reproduce

marimo tutorial intro
@tmontana tmontana added the bug Something isn't working label Feb 18, 2025
@mscolnick
Copy link
Contributor

Can you follow these instructions? https://docs.marimo.io/guides/troubleshooting/?h=follow+symlinks#why-is-the-notebook-returning-404s-on-the-web-assets

specifically adding to your pyproject.toml or marimo.toml

[server]
follow_symlink = true

@tmontana
Copy link
Author

tmontana commented Feb 19, 2025

I followed the instructions.

Image

I am now getting another error: kernel not found
Related issue: https://github.com/marimo-team/marimo/issues/3167

F12 (chrome) screenshot attached. Thanks

Image Image Image

@mscolnick
Copy link
Contributor

What version of chrome? Can you try another browser? Can you try in incognito / without an ad blocker?

@tmontana
Copy link
Author

tmontana commented Feb 19, 2025

Interesting. Version:

Image

It works in incognito mode!

With Edge I get another error message:

Image

Edge version: Version 92.0.902.67 (Official build) (64-bit). Does not work in Edge InPrivate mode.

I'm in a corporate environment so unable to install other browsers to test.

@mscolnick
Copy link
Contributor

mscolnick commented Feb 19, 2025

It looks like you have a really old version of Edge. Upgrading that should work.

You might have an adblocker that is blocking that filename

@mscolnick
Copy link
Contributor

Going to close this since there nothing we can do in marimo

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

No branches or pull requests

2 participants