openculinary / frontend

The RecipeRadar Frontend is a recipe search and meal planning application
GNU Affero General Public License v3.0
13 stars 2 forks source link

Investigate PWA installation issues #208

Closed jayaddison closed 2 years ago

jayaddison commented 3 years ago

Describe the bug When running an audit of the RecipeRadar site using the lighthouse developer tool in chromium, the following message appears:

Installable

Web app manifest or service worker do not meet the installability requirements
...
No matching service worker detected. You may need to reload the page, or check that the scope of the service worker for the current page encloses the scope and start URL from the manifest.

It looks like the application's service worker functionality has regressed.

Expected behavior A passing result from the audit tool.

jayaddison commented 2 years ago

This has been resolved. Unfortunately it's not clear to me exactly when the fix for this was put in place.

image