Page 1 of 1

404 errors

Posted: Sun Sep 18, 2022 6:13 pm
by John1963
First: thank you for this great pieces of work. I'm currently looking for a self-hosted helpdesk platform for the patient organisation I volunteer for. Have already looked at other options but each time I got stuck at installing. Note that I do know some programming an IT, but am definitely not an expert. Hesk was just such a breeze to install. It looks like it has all the options I need. Kudo's also for the very clear manuals. They really help.

Anyway: I'm currently at customizing configuring. With this I have my console window in chrome open all the time. I noticed two 404 errors that you may want to fix in a future release. These errors do not seems to break anything sofar. Here they are:

Code: Select all

DevTools failed to load source map: Could not load content for https://www.domain.nl/hesk/theme/hesk3/customer/js/svg4everybody.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for https://www.domain.nl/hesk/theme/hesk3/customer/js/selectize.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Thought I'd let you know.

Thanks for your work.

John

Re: 404 errors

Posted: Sun Sep 18, 2022 6:16 pm
by Klemen
That's not a Hesk problem, it's your browser's developer's tools that try to load a *.map file for any *.min.js files. These don't exist hence the 404 errors (source map files are not used by or included with Hesk).