• Resolved yrachman

    (@yrachman)


    I use Lighthouse to check my web. And i see that :

    (1) start_url does not respond with a 200 when offlineNo usable web app manifest found on page
    (2)
    Does not register a service worker that controls page and start_urlThis page is controlled by a service worker, however no start_url was found because no manifest was fetched
    (3) Web app manifest does not meet the installability requirementsFailures: No manifest was fetched.
    (4) Is not configured for a custom splash screenFailures: No manifest was fetched.
    (5)
    Does not set a theme color for the address bar.Failures: No manifest was fetched, No <meta name="theme-color"> tag found.

    So what can i do ??

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Weston Ruter

    (@westonruter)

    No usable web app manifest found on page

    This is strange. I’m seeing the same thing. I’m seeing this on the page:

    <link rel="manifest" href="https://indomangga.web.id/wp-json/wp/v2/web-app-manifest">

    However, it is in the body not the html element, at least as how it is parsed by the HTML parser (as revealed in the Dev Tools elements panel). This looks to be because you have an amp-analytics tag in the head, which is not allowed. Move that to the body and this should improve the results. Do that and then check again.

    Thread Starter yrachman

    (@yrachman)

    Okey, thanks. Without analytics, AMP can work properly in Lighthouse.

    Plugin Author Weston Ruter

    (@westonruter)

    You don’t have to remove analytics. You just have to move it from the head to the body.

    Thread Starter yrachman

    (@yrachman)

    YES. I DO IT.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lighthouse – NO PWA’ is closed to new replies.