You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I deployed to GitHub Pages, I am reaping the benefit of the quite recently introduced possibility to deploy to a subdirectory, instead of the root path.
Unfortunately, I noticed that there is a "Missing Content" message flashing when I reload the page. This is absent from all pages in elm-pages showcase. I investigated and finally found that this is due to the subdirectory on GitHub pages.
Apparently, the subdirectory feature introduced a regression reintroducing #42.
I've debugged the page and it looks like the content.json is fetched and even passed to the Elm app via the contentJson flag. So it appears that this bug is somehow inside Elm.
Since I deployed to GitHub Pages, I am reaping the benefit of the quite recently introduced possibility to deploy to a subdirectory, instead of the root path.
Unfortunately, I noticed that there is a "Missing Content" message flashing when I reload the page. This is absent from all pages in elm-pages showcase. I investigated and finally found that this is due to the subdirectory on GitHub pages.
Apparently, the subdirectory feature introduced a regression reintroducing #42.
Reproduction
npm run build
.npx http-server . -a localhost -p 3000 -c-1
(The difference to the command innpm serve
is that we serve.
instead of./dist
.)The text was updated successfully, but these errors were encountered: