Integrity Check failed Error for Published Blazor wasm hosted App

Naunihal Singh Sidhu 1 Reputation point
2021-06-18T18:17:52.723+00:00

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.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,376 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. AgaveJoe 26,181 Reputation points
    2021-06-18T18:26:49.017+00:00
    0 comments No comments

  2. Michael Washington 891 Reputation points MVP
    2022-02-17T13:50:14.32+00:00

    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.

    0 comments No comments