❔ ✅ 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: - repo: https://github.com/dotnet/dotnet-console-games - same file: https://dotnet.github.io/dotnet-console-games/_framework/blazor.webassembly.js There must be a difference between this repo and the https://github.com/Valery-a/roguelike-dungeon-game repo, but I haven't spotted it yet. 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
2 Replies
my repo is actually the
dotnet
one 😛 I was helping another user
nice catch. .nojekyll
might be it. will test
I set up that website a while back and forgot all the nuances
that was it! thanks. I knew it was something dumbLooks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.