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

    (@superpwa)

    Hi, thank you for reaching out to us. We checked, but the shared URL is not working. Could you please share it once again so we can check?

    I am experiencing a similar issue on my website, which is caused by an undefined JavaScript variable in the auto-generated superpwa-sw.js file.

    I resolved it by manually updating the code in the app/public/wp-content/plugins/super-progressive-web-apps/public/sw.php file on line 301. We need to change return cache.match(e.request.url); to return caches.match(e.request.url);.

    Implementing this fix in future updates would help prevent precaching issues.

    Plugin Author SuperPWA

    (@superpwa)

    @udinda Hi, kindly confirm once whether you are still facing the same issue?

    Plugin Author SuperPWA

    (@superpwa)

    @udinda Hi, we have released the new update version 2.2.26, in which we have addressed the pre-caching offline URLs issue. Kindly update the plugin to the new version and give it a try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Precaching does not work’ is closed to new replies.