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.
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.
3 people are following this question.