Issue with Blazor PWA

435 views Asked by At

I am fairly new to Blazor PWA and I am creating a blazor Progressive Web Application by following this link. I am in need of running my web application as a native mobile app. Therefore, I am publishing my contents in to azure for making it as a secured (https) link. Once I published my contents from bin\Release\{TARGET_FRAMEWORK}\publish\ to azure, I am getting the below error.

Service worker: Install

Failed to find a valid digest in the 'integrity' attribute for resource 'https://domain/index.html' with computed SHA-256 integrity '24cvRtDoUxDkJ3HuCGqYq81Jhyp/VgpUn8C5SrxMGG4='. The resource has been blocked.

Unknown error occurred while trying to verify integrity.

service-worker.js:1 Uncaught (in promise) TypeError: Failed to fetch

enter image description here

On exploring the application tab of browser, it gives me like this.

enter image description here

Also I tried with pwa builder by copying my published app link. It says that it could not find app manifest .

enter image description here

0

There are 0 answers