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.

Developer technologies | .NET | Blazor
0 comments No comments
{count} votes

2 answers

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

  2. Michael Washington 921 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.