404 errors

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
John1963
Posts: 4
Joined: Sun Sep 18, 2022 6:02 pm

404 errors

Post 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
Klemen
Site Admin
Posts: 10135
Joined: Fri Feb 11, 2005 4:04 pm

Re: 404 errors

Post 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply