• Resolved s21rc

    (@s21rc)


    Hi,
    Thanks for the super plugin. Last few days I am trying to configure super PWA but without success.

    The reason I am guessing is that my wordpress is installed in a sub-directory /eshop/
    The site URL and WordPress installation URL is different. Lighthouse reports that the service worker can not find the manifest in the root folder, where as the manifest is under the sub-folder /eshop/.

    Can you tell me if it can be fixed by manually editing any files?

    Thanks a lot in advance.

    Manifest:

    Manifest URL: https://www.****.com/eshop/superpwa-manifest.json
    JSON parsed successfully.
    Parsed name property is: Peak69
    Parsed short_name property is: Peak69
    Parsed start_url property is: /
    Parsed display property is: standalone
    Parsed orientation property is: portrait
    Parsed icons property is: [
    {
    “src”: “https://www.****.com/eshop/wp-content/uploads/peak69-192.png”,
    “type”: “image/png”,
    “density”: 1,
    “sizes”: {}
    },
    {
    “src”: “https://www.****.com/eshop/wp-content/uploads/peak69-512.png”,
    “type”: “image/png”,
    “density”: 1,
    “sizes”: {}
    }
    ]
    Parsed related_applications property is: []
    Parsed prefer_related_applications property is: false
    Parsed theme_color property is: #e09533
    Parsed background_color property is: #D5E0EB

    Exact error: Failure: Service worker does not successfully serve the manifest start_URL. no start URL to fetch. No usable web app manifest found on the page https://www.****.com/

    ** I have hidden the domain name here while posting.

    Fazlay

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter s21rc

    (@s21rc)

    Additional note: I had Onesignal but I have disabled them for time being. Cloudflare also in development mode with cache cleared.

    Hello Fazlay,

    Sorry for the delayed reply. My name is Arun. Thanks for checking out SuperPWA and for the kind words.

    As you said, this looks like your WordPress is in the folder. This is a known issue right now and we are working towards a solution.

    Manual fix is not easy right now. You can move the manifest and service workers to the root and update the links in the source manually.

    My advise is to wait for the upcoming version.

    Thread Starter s21rc

    (@s21rc)

    Hello Arun,
    Thanks for the confirmation about sub-folder installation issue. Couldn’t resist myself to use this super plugin, so moved my site to the root and its working perfectly.

    Next: will try to add AMP also for blog post and see how it works together with PWA. Any suggestion is welcome.

    Thank you so much.
    Fazlay

    Hello Fazlay,

    That is an awesome decision and I have to say its flattering to hear this!

    Next: will try to add AMP also for blog post and see how it works together with PWA. Any suggestion is welcome.

    SuperPWA is compatible with 5 major AMP plugins, so all the major ones. You can use the AMP page as the start page.

    Soon visitors to your AMP page on mobile will also receive the Add to Home Screen prompt. Hopefully in the coming update, so keep and eye out for that!

    Hope you enjoy your PWA!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No starts URL to fetch, No usable manifest found’ is closed to new replies.