I’m sorry it’s offtop question
]]>This error was probably caused by activating the W-Rocket. Please tell me how to fix it.
I am not a technical user. Explain the method in a way that I can understand.
Thanks
“Web app manifest or service worker do not meet the installability requirements”
and
“Does not register a service worker that controls page and start_url”
I look in the Application Manifest and there are no errors there.
Any ideas?
]]><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Service Worker Installation</title>
</head>
<body>
Installing service worker... <script>navigator.serviceWorker.register( "https:\/\/www.vanguardngr.com\/wp.serviceworker", {"scope":"\/"} );</script> </body>
</html>
]]>Failure reason
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.`