Replies: 5 comments 11 replies
-
|
Hmm. OK so the new version works on another server: https://southosullivan.com/misc/app/ so it must be a github pages configuration issue? Except there aren't really very many configuration options, and of course, the old version still works fine. So something seems like it's changed between 0.14.10 and |
Beta Was this translation helpful? Give feedback.
-
|
I'd be happy to help, can you please provide a reproducible steps to build the app? |
Beta Was this translation helpful? Give feedback.
-
|
I kinda have some issue when i'm using After the deployment in Ghubpage I found out that my browser (I'm using Brave) requires me to
Here's the WASM marimo app: https://kelreeeeey.github.io/marimo-gh-pages/computational_methods_for_geophysics/USGS_earthquakes.html The app intended to show some earthquakes' data fetched from the USGS using user inputs to build the query urls
The requests cannot be made if I don't |
Beta Was this translation helpful? Give feedback.
-
|
I'm still seeing the same issue when I rebuild with 0.17.7 (the version of marimo current today). It is broken on github pages, but works on the other server I linked in the original post. |
Beta Was this translation helpful? Give feedback.
-
|
Turns out that I somehow or other moved the So... not a marimo issue at all. Thanks @kelreeeeey for taking the time - sorry for wasting yours. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ALL A HORRIBLE CONFUSION! Somehow or other I moved the
.nojekyllfile out of root and into theappfolder and that caused github pages to exclude_prefixed files from the deployment. See: https://medium.com/@juliakmdev/learning-that-github-pages-struggles-with-certain-file-names-4d867d499ca9SO YOU CAN IGNORE THIS THREAD
After rebuilding wasm app am getting
NS_ERROR_CORRUPTED_CONTENTandblocked because of a disallowed MIME type (“text/html”)errors.An earlier version of the app here, built with marimo 0.14.10, works fine: https://dosull.github.io/mapweaver/2025.08.10/
While the new version, built with marimo
0.16.50.17.7, is broken: https://dosull.github.io/mapweaver/app/Very little changed in the
app.pysource. The big difference is between the marimo versions I used to build the app.Has anyone seen a problem like this on recent versions of marimo? The broken version works OK on a local
python http.serverso it's something to do with deployment / security / ?? which is well outside my expertise.The console errors reported by Firefox are
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions