We also faced a similar error pre-Vite which looked like this - ChunkLoadError: Loading chunk 914 failed.
What's the solution?
Catch the error and reload the page in order to access the required chunks
I've seen some apps handle this more gracefully with a "Site is outdated, fetching new assets..." error - maybe we should consider something like this? Right now I think deploys are infrequent enough we can probably get away with a refresh. Thoughts welcome!
What's the problem?
.js
files generated bypnpm build
)ChunkLoadError: Loading chunk 914 failed.
What's the solution?