Currently in the process of migrating Angular 12 to version 13. The migration itself was successful, however, upon running the project in the browser post a successful build, the application fails to display. On checking the console, I encountered the following error:
ChunkLoadError: Loading chunk 552 failed.
In addition, it indicates that 2 files are not found, even though they do exist in the dist
folder:
https://i.sstatic.net/a65nC.png
The error log in the console
is as follows:
https://i.sstatic.net/KfneK.png
I am uncertain about why these errors are appearing. Despite trying various solutions from stackoverflow
, none have produced any success: