ASHWINI-GUPTA/ASP.NET-Core-PWA

Service Worker process is not working after publishing into IIS.

Closed this issue · 3 comments

I have download your source code but after publishing into IIS i am not able to create service worker.

please suggest. thanks for help in advance.
pwapublish

I'm debugging the Application with IIS using Visual Studio, it's working fine.

image

Try with the publish version. you will find same error that i am getting.
-I have publish into release mode and then created one website into IIS and place that particular publish into the website folder.

Issue is working fine for me now, issue was regarding to path of JS files which i was caching in service worker.

Thank You..