You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this issue and solved it by disabling service workers and clearing browser cache. But there must be a better way if one wants to use service workers right?
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
service worker
Environment
node -v
: v8.6.0npm -v
:yarn --version
(if you use Yarn): 1.3.2npm ls react-scripts
(if you haven’t ejected): [email protected]Then, specify:
Steps to Reproduce
https://redirect.netlify.com/
The first link works, but not the second. Why?
Service worker code: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/src/registerServiceWorker.js
The text was updated successfully, but these errors were encountered: