-2

Getting this error on server deploy blazor webassembly. But Client working fine app on local IIS server Any help ?

khalid
  • 1
  • 4

1 Answers1

0

Similar issue here. Started after my 1st packages upgrades since switching to VS2022 and .NET6 for my blazor app (Azure deployed).

I was even able to get rid of it when downgrading to previous package version. This confirms an old reference is still alive somewhere, not updated.

Solution steps :

  1. close VS2022
  2. Delete bin and obj folders from both Client and Server (note: tried client only and, it did not work but, did not try server only).
  3. open solution in VS2022
  4. Publish

The solution on this other Stack-overflow article worked for me: Failed to find a valid digest in the 'integrity' attribute for resource in Blazor app

cigien
  • 57,834
  • 11
  • 73
  • 112