PWA / Service worker breaking production deployments · Issue #2440 · facebook/create-react-app (original) (raw)

EDIT: Issue appears to be with Firebase only

Service workers aren't refreshing index.html and therefore new deploys are showing old bundles.

This means production websites or really all deployed sites that use a single url/domain can not be updated.

PR #2441 - Is a hotfix (if needed) that just removes the service worker and updates docs to say they have been disabled temporarily.

@gaearon @Timer @jeffposnick @addyosmani

Steps to reproduce

Deploy with firebase

Check website

Can someone else confirm this is affecting them?

I am hoping I am doing something wrong and this isn't affecting every production deploy.