❔ ✅ blazor.webassembly.js 404 with GitHub Pages

This github repo is attempting to host a .NET blazor webassembly applcation on GitHub Pages:
https://github.com/Valery-a/roguelike-dungeon-game. GitHub Pages is set to be hosted from the
github-pages
branch of the repository. The
blazor.webassembly.js
file exists. It is right here: https://github.com/Valery-a/roguelike-dungeon-game/blob/github-pages/_framework/blazor.webassembly.js, but if you access the URL you get a 404 error. Why is that URL/file throwing a 404?

Note: I have another repository that is working just fine and not throwing a 404:
TLDR:
Why does this URL work? https://dotnet.github.io/dotnet-console-games/_framework/blazor.webassembly.js
But this URL doesn't? https://valery-a.github.io/roguelike-dungeon-game/_framework/blazor.webassembly.js
image.png
Was this page helpful?