shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.89k stars 325 forks source link

Cannot test _offline page #328

Closed anonymouscatcher closed 2 years ago

anonymouscatcher commented 2 years ago

Summary

Hello There, Thanks for your great work. It's couple of month I'm using next-pwa in my project but the issue I cannot reproduce a situation to see the _offline.js page. I also used the examples to check but it is not working....am I missing something here?

anonymouscatcher commented 2 years ago

Also noticed that fallbacks.images is not working....

    fallbacks: {
      image: '/images/black.jpg'
    }
cdking007 commented 2 years ago

same issue facing fallback page _offline is not working in offline mode while it just reopening home page.