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
@tdipisa the error about a 404 on dist/81c145986683c200.js should be investigated, because that ends up in the generated dist/index.html and is reproducible here, with various self-builds on the same 'js file path'.
so we don't know what missing js isnt packed in the archive, but dist/ subdir doesnt contain such js file. It contains a minified version of what i suppose being another copy of proj4js in dist/7b12663e64a4e47a.js (after comparing with assets/js/proj4.js) , which doesnt seem loaded by any html file, so that means that proj4.js isnt properly included ?
i have to admit i dont understand this error since index.html wasnt modified much in the 2024.02 update, but i'm pretty confident this error wasnt present in 2023.02.
To Reproduce
Steps to reproduce the behavior:
Load the page
Look at the browser console
Expected behavior
There should be no 404.
The text was updated successfully, but these errors were encountered:
landryb
changed the title
404 on a js file
404 on a dist/81c145986683c200.js file
Jan 23, 2025
@landryb
Kindly confirm if you are still facing any issue and need any support. As I don't see this particular issue happening on the site provided. No such [bundle-name].js found on /dist
From #724 (comment)
Describe the bug
@tdipisa the error about a 404 on
dist/81c145986683c200.js
should be investigated, because that ends up in the generated dist/index.html and is reproducible here, with various self-builds on the same 'js file path'.i guess the source of that file is https://github.com/georchestra/mapstore2-georchestra/blob/master/index.html#L123
so we don't know what missing js isnt packed in the archive, but dist/ subdir doesnt contain such js file. It contains a minified version of what i suppose being another copy of proj4js in dist/7b12663e64a4e47a.js (after comparing with assets/js/proj4.js) , which doesnt seem loaded by any html file, so that means that proj4.js isnt properly included ?
i have to admit i dont understand this error since index.html wasnt modified much in the 2024.02 update, but i'm pretty confident this error wasnt present in 2023.02.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no 404.
The text was updated successfully, but these errors were encountered: