getdatakick / revws

PrestaShop / ThirtyBees Product Reviews module
https://store.getdatakick.com/en/revws-free?utm_source=github&utm_medium=web&utm_campaign=github
21 stars 9 forks source link

Could not load content status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE #138

Closed dandumit closed 4 years ago

dandumit commented 4 years ago

HEllo, In console I found this :

Could not load content for https://www.XXx.XX/modules/revws/views/js/front-2_2_0.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Does it points to a non existent script ? from where is this included ?

Daniel

getdatakick commented 4 years ago

This is not a problem. When you open developer console, browser will find minified javascript file front-2_2_0.js, and then it tries to download source/original/not minified version of this file. This version is not released as part of the module, and therefore this warning is displayed.

It has no functional effect on the module, nor it has any performance impact.