-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChunkLoadError Loading chunk {number} failed. #469
Comments
@sergeu90, did you find out how to fix this? |
We has the same problems. As we know now our chunk is not in the cache, we trigger an update of our service worker and reload the page. See code below : errorBoundary.js :
App.js :
|
no( |
Hello everyone. I have some problem with chunk load error when i deploy a new version code. I have lazy load routes. I have checked and when I go to the page.it tries to download the previous version chunk js file.
My service worker config.Maybe I have trouble in the config file.
The text was updated successfully, but these errors were encountered: