© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
4 replies
ZacharyPatten

❔ ✅ 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
github-pages
branch of the repository. The
blazor.webassembly.js
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
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Blazor Webassembly
C#CC# / help
3y ago
❔ Blazor WebAssembly CSS
C#CC# / help
3y ago
Blazor WebAssembly API Controller
C#CC# / help
12mo ago
✅ Seeking Help with Blazor WebAssembly Deployment Issue
C#CC# / help
3y ago