Solution for NextJS 13 PWA offline support?
Unanswered
Sun bear posted this in #help-forum
Sun bearOP
current:
I am creating a nextJS project. I installed next-pwa and I can install it.
goal:
Opening the app in offline mode should still work but without the online services.
error:
I always get "No Internet Connection" or when using _offline.tsx = "you are offline"
problem:
I couldn't find a working solution to make it work offline still keeping the pages. Can I integrate them directly in the pwa?
I am creating a nextJS project. I installed next-pwa and I can install it.
goal:
Opening the app in offline mode should still work but without the online services.
error:
I always get "No Internet Connection" or when using _offline.tsx = "you are offline"
problem:
I couldn't find a working solution to make it work offline still keeping the pages. Can I integrate them directly in the pwa?
2 Replies
Giant panda
I don't think there is a PWA support for the app router yet
@Giant panda I don't think there is a PWA support for the app router yet
Sun bearOP
yeah sadly