Skip to content
Discussion options

You must be logged in to vote

Are you aware that in your posted code, the PWA is disabled in the development environment?

 disable: process.env.NODE_ENV === "development",

PWAs are typically disabled in the development environment. This is because service workers and caching mechanisms can interfere with reflecting file changes or make debugging difficult during development. In the production environment, the PWA should work correctly, so please test it there.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Qodestackr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants