Not prompted to install, and service worker not installed
-
V1.9 Super Progressive Web Apps. I am having some issues, the user is not propted to install the web app, and Google reports the Service Worker does not serve the manifest’s start URL.
Google Lighthouse Audit shows
1. Does not respond with a 200 when offline
If you’re building a Progressive Web App, consider using a service worker so that your app can work offline. Learn more.
2. User will not be prompted to Install the Web App
Failures: Service worker does not successfully serve the manifest’s start_url, Timed out waiting for fetched start_url.Manifest is as follows
{“name”:”Oregon Fuel Injection”,”short_name”:”OFI”,”description”:”Diesel Parts”,”icons”:[{“src”:”https:\/\/oregonfuelinjection.com\/content\/uploads\/2018\/10\/ofi-logo-192×192.png”,”sizes”:”192×192″,”type”:”image\/png”},{“src”:”https:\/\/oregonfuelinjection.com\/content\/uploads\/2018\/10\/OFI_Master_Logo-512×512.png”,”sizes”:”512×512″,”type”:”image\/png”}],”background_color”:”#8f979e”,”theme_color”:”#024927″,”display”:”standalone”,”orientation”:”portrait”,”start_url”:”\/”,”scope”:”\/wp\/”}Could you point me in the correct direct to fix the issues.
Thank You, Mark
The page I need help with: [log in to see the link]
- The topic ‘Not prompted to install, and service worker not installed’ is closed to new replies.