Hello, I am seeing in the console on my site the following error, seemingly related to Qualtrics. I have a support ticket but they’ve been unable to replicate so far. Any ideas what this could mean?
"Uncaught (in promise) Error: Loading chunk 12 failed.
(error: https://siteintercept.qualtrics.com/dxjsmodule/12.8fb54ff2c385347a3180.chunk.js?Q_CLIENTVERSION=--blocked--&Q_CLIENTTYPE=--blocked--&Q_BRANDID=--blocked--"
It’s likely that Qualtrics was unable to reproduce this error because it appears to happen client-side (so their servers have no record of the event). In addition, the error is caused by unusual browser or network conditions.
Background:
Chunk Load Error occurs when the browser encounters an error in fetching some JavaScript files, which were dynamically imported. The error can caused by missing or outdated files, or a problem with file integrity; checksum not matching
Users: If you are encountering this error as a user of an application, the most simple way to resolve it is to clear your browser cache (and also restart it for good measure) and try again
Developers: Since the most common occurrence of this error is when the chunk files are missing, developers can start by ensuring that the chunk files are being correctly served, and the URLs being used to download the chunk files are appropriate.
My errror:
"Unhandled Promise rejection: Loading chunk 10 failed.
(error: https://siteintercept.qualtrics.com/dxjsmodule/10.1ba09bXXXXX.chunk.js?Q_CLIENTVERSION=--blocked--&Q_CLIENTTYPE=--blocked--&Q_BRANDID=--blocked-- ; Zone: <root> ; Task: Promise.then ; Value: Error: Loading chunk 10 failed.
(error: https://siteintercept.qualtrics.com/dxjsmodule/10.1ba0XXXX9692.chunk.js?Q_CLIENTVERSION=--blocked--&Q_CLIENTTYPE=--blocked--&Q_BRANDID=--blocked-- at r.e
Now that’s too funny! FS shows things we’re never seen before.
Luckily for us, it looks like only a small group is affected, and there doesn’t seem to be loss of functionality, except maybe the survey intercept is not active for that one person. Big disclaimer that I call it harmless based on only a several sessions. I’m going to keep my eyes open.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.