Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
5.5k views
in Technique[技术] by (71.8m points)

reactjs - Create React App Error: Loading Chunk xx failed In Routes with Params

I am using React.lazy and Suspense for code splitting in Create React App.

In localhost everything works fine.

After deployment, I am facing this error "Loading Chunk xx failed" and console error is "missing: http://............./static/js/xxxx.chunk.js". This is only happening in the routes which contains the params, like "mywebsite.com/event/:id". Other routes all works fine.

I tried to add Error Boundary and do catch and retry suggested by this article https://medium.com/@botfather/react-loading-chunk-failed-error-88d0bb75b406. I also tried with hard clearing cache for the Chrome. Both ways are still not working.

Any suggestions? Thanks !


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...