I use Sentry (similar to Bugsnag) to monitor front end errors on my site.
On Sentry I have a lot of errors like this:
Error: Loading chunk 77 failed.
(timeout: https://www.exemple.com/77.6a28baf2f4e4ff5f87a6.js)
I do Lazy Loading but the old files are kept during a deployment, so the problem is not linked to a new version of the website deployed.
Like the error said, it seems to be a timeout, so it's probably the user connection that drops for a bit.
But what I don't understand is:
I can see these errors on Sentry: if the user connection drops while loading the website, how can he send something to Sentry that reports Bugs
On Sentry, the errors I'm looking at are from users using Windows, so it means they are on a desktop => Probability that their connection is dropping while on a desktop is low.
I searched the web for explanations for everything I found is about:
deployment and Lazy loading (I keep the old files, so it's not a problem)
Connection issue (Why do I see these errors reported)
Anyone has an idea of something to explore to try to find why theses errors occurs.