Replies: 1 comment
-
My next.js version is 14 and it seems like next-pwa doesnt work as expected with app router. I ended up using @ducanh2912/next-pwa and It finally works as expected. I got the idea from https://www.reddit.com/r/nextjs/comments/16guio3/does_anyone_know_of_a_good_guide_to_setting_up_a/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I add service worker by using next-pwa.
After I built my nextjs website, I ran the lighthouse by Chrome developer tool.
It says PWA installable, Web app manifest and service worker meet the installability requirements

When I ran PWABuilder, It doesnt seem to find the service worker.

I don't know what I'm doing wrong? I could add my website to my home screen on my mobile device.
Any insight why PWABuilder can't find my service worker?
Beta Was this translation helpful? Give feedback.
All reactions