You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the site, there is an error in the hydejack-9.1.6.js script. The script tries to load various other js assets, but fails to load two of them:
Symptoms
TL;DR: browser is able to download js asset, but
hydejack-9.1.6.js
getsChunkLoadError
.The result is that opening and closing the "drawer" doesn't work. If I open the
My site can be found here:
https://www.olavur.consulting/
Debugging
When loading the site, there is an error in the
hydejack-9.1.6.js
script. The script tries to load various other js assets, but fails to load two of them:vendors~drawer-hydejack-9.1.6.js
vendors~push-state-hydejack-9.1.6.js
The js assets that the function is trying to load are available, so loading them shouldn't be a problem:
https://www.olavur.consulting/assets/js/vendors~drawer-hydejack-9.1.6.js
The browser is able to download this file as well, on other words the HTTP GET request is successful.
I've tried this on various browsers, so it is not a simple compatibility issue.
Building site
Working with jekyll v4.3.3 and ruby 3.3.0.
Full error message
Question
So my question is, what does the
ChunkLoadError
actually mean in this case? The asset seems to be available, but why can't this js function load it?The text was updated successfully, but these errors were encountered: