C#C
C#3y ago
KimPiks

❔ Blazor wasm not loading in github pages

Hi, I'am having trouble deploying my blazor wasm app (dotnet 7) on github pages. The app is loading, but no pages, or components are displayed. There are no errors shown in the browser console.

I followed this tutorial (https://swimburger.net/blog/dotnet/how-to-deploy-aspnet-blazor-webassembly-to-github-pages), compared my repo with this https://github.com/mammadkoma/MySite/tree/gh-pages (the application works on it) and I can't figure out what's wrong.

Does anyone have any ideas about what might be wrong?

dotnet.yml (github actions file)
https://pastebin.com/sQGA6uju

index.html
https://pastebin.com/RUkNSQde
image.png
Was this page helpful?