How to debug 404 - file not found for file: mxclientsystem/mxui/jquery-1.10.2.min.map

0
The error 404 - file not found for file: mxclientsystem/mxui/jquery-1.10.2.min.map is likely caused by a misbehaving widget. But how do I debug this 404 error? The connector error gives me no clue at all which widget is the cause of this error. Offcourse I could deflate all the widgets used in our application and look there for a clue, but since we have almost thirty widgets this will take me some time. Any thoughts anyone? Regards, Ronald
asked
1 answers
2

As far as i can tell it is a mapping file that is used to map the compressed version of jquery to a non-compressed version which allows you to use the compressed version but still be able to debug it.

I would guess you can solve this by either adding the mapping file. Or by changing/removing the widget that uses the compressed jqyer libraries.

Also check out stackoverflow for some more info.

answered