❔ 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
2 Replies
can you link your repo?
also, personally I would recommend you jsut do the
git
commands yourself and not use
that action is literally only doing ~5 lines of code for you
so just write the code yourself
Here is one of my github actions that does the same thing without needing a dependencies on another github action:
that is from my project here: https://github.com/dotnet/dotnet-console-games/blob/main/.github/workflows/Website%20Deploy.ymlWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.