I am struggling few days because of integrity check. I am trying to deploy Blazor WASM to github pages but no luck with PWA. I tried everything from here: https://github.com/dotnet/aspnetcore/issues/19796 but still not working.
Does anyone successfully deployed Blazor WASM PWA (NET7.0) to github pages and have public repo so I can have a look?
You can find repo of published project here (I implemented Steve Sanderson code so it differs from a template now): https://github.com/Laftek/BlazorApp1
You can find repo of Blazor WASM PWA (not published) here: https://github.com/Laftek/BlazorWASMPWAStaticPublish
Thank you!