vincentmorneau / apex-pwa

A complete guide for turning an APEX application into a Progressive Web App
MIT License
82 stars 26 forks source link

Uncaught ReferenceError: pwa is not defined at <anonymous>:1:1 #8

Open xCite1986 opened 5 years ago

xCite1986 commented 5 years ago

hey vincend,

i've placed the file sw.js and manifest.json in the root folder of my environment, but when i click on the install or notification button i got the error:

Uncaught ReferenceError: pwa is not defined
    at <anonymous>:1:1

andd the console shows me:

image

in your demo-app i can see there is loading much more javascript than in my application with your imported static-files

image

did i forgot something? why the app.min.js would not be called?