gridsome-shopify-starter
gridsome-shopify-starter copied to clipboard
PWA Broken
Seen in the console of the demo store:
Error during service worker registration: TypeError: Failed to register a ServiceWorker for scope ('https://gridsome-shopify.netlify.app/') with script ('https://gridsome-shopify.netlify.app/service-worker.js'): A bad HTTP response code (404) was received when fetching the script.
I'm wondering if this is related to the manifest.json file missing from the repo. I just setup up the default setup, and manifest.json is missing completely.
manifest.json will be created on the fly automatically. it is normal it is missing from the repo.
On Mon, Jan 25, 2021 at 11:07 AM Chris Coppenbarger < [email protected]> wrote:
I'm wondering if this is related to the manifest.json file missing from the repo. I just setup up the default setup, and manifest.json is missing completely.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsappme/gridsome-shopify-starter/issues/7#issuecomment-766964340, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGRD5PUZX7QATALJGWTRDLS3WQLJANCNFSM4T2RG7CA .
manifest.json will be created on the fly automatically. it is normal it is missing from the repo. … On Mon, Jan 25, 2021 at 11:07 AM Chris Coppenbarger < @.***> wrote: I'm wondering if this is related to the manifest.json file missing from the repo. I just setup up the default setup, and manifest.json is missing completely. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#7 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGRD5PUZX7QATALJGWTRDLS3WQLJANCNFSM4T2RG7CA .
Then it seems mine didn't get created and is likely a different issue then.