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 !
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…