The script has an unsupported MIME type ('text/plain'). in PWA #10385
Unanswered
ghosteye1
asked this question in
CLI - PWA mode
Replies: 2 comments 1 reply
-
|
Assuming the app runs fine in dev mode, the problem is probably on your server. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi! Did you solve this? I've been stuck on this for a day :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I added pwa support using
$ quasar mode add pwa
$ quasar build -m pwa
After deploying to serve I'm getting
The script has an unsupported MIME type ('text/plain').
error in the service-worker.js. I guess due to that reason in the App manifest I'm getting no matching service worker detected. Plz help me.
Beta Was this translation helpful? Give feedback.
All reactions