Despite smooth functioning on local development, my Laravel + Vuejs project is encountering ChunkLoadError on 2 pages.
After consulting similar cases on SO and confirming the file's existence in the output path, the issue persists.
The affected pages can be accessed here: and
The specific error message is showcased here: https://i.sstatic.net/kwf6Q.png
If you follow this link , you'll find that the chunk is available.
Even after deleting and reinstalling the project on the dev server without success, I decided to try on an alternative server where all pages loaded correctly without errors. It was then realized that the client hosting the dev server is utilizing Cloudflare. Once granted access, clearing the cache may potentially resolve the issue.