Blazor Web Assembly SingleOrganization - Failed to find a valid digest in the 'integrity' attribute
Hi guys, I am playing with a blazor web assembly single organization website. Recently I upgraded my fedora linux machine to 37 and I see this error on my deployed application there. It only happens to this particular blazor wasm application and not on the other blazor server application I have on the same box. This blazor wasm application works just fine from visual studio. Thoughts?
Failed to find a valid digest in the 'integrity' attribute for resource 'https://april87.lan:7109/_framework/dotnet.timezones.blat' with computed SHA-256 integrity 'ics+RIevvtH3z9plMxv4/GSMK9+LKYd9sy3FRRI5qTI='. The resource has been blocked.
2 Replies
Hi all, I fixed this issue by deleting all bin and obj folders by including
rm -r
for server, client, shared, as well as my custom data projects.Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.