Refused To Execute Script In Ionic Pwa
I'm building an Ionic progressive web app. I am getting the errors as below: (index):1 Refused to apply style from 'http://localhost:8100/build/main.css' because its MIME type ('te
Solution 1:
Your service worker is trying to reach a file that does not exists. Make sure /build/main.css does exists.
Post a Comment for "Refused To Execute Script In Ionic Pwa"