1,674 questions
The Host and deploy ASP.NET Core Blazor WebAssembly docs covers integrity errors and steps to resolve the error.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Visual studio 2019 to develop Blazor wasm hosted App (.NET 5) Progressive
The app works fine locally, but after i publish i get lost of
Integrity Check failed Error
I tried disabling the progressive part, but that did not help either.
The best solution I have found to this issue is the delete the "obj" and "bin" folders in the Solution and rebuild the application. This seems to force the blazor.boot.json to rebuild.