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

front-2_2_0.js.map: HTTP error: status code 404 then Unexpected token ! in JSON at position 0 #148

Closed dandumit closed 2 years ago

dandumit commented 3 years ago

hello, on paid module there is one error

DevTools failed to load SourceMap: Could not load content for https://www.dioda.ro/modules/revws/views/js/front-2_2_2.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

I have renamed existing file 2.2.0 to 2.2.2

DevTools failed to load SourceMap: Could not parse content for https://www.dioda.ro/modules/revws/views/js/front-2_2_2.js.map: Unexpected token ! in JSON at position 0

Please provide correct file

thank you Daniel

Fred64640 commented 2 years ago

Hello, I managed to get the error out by modifying and renaming the file. Frédéric B

Fred64640 commented 2 years ago

You just have to unzip the file and check it in again

getdatakick commented 2 years ago

Hi, This is not a bug or issue.

*.js.map file is intentionally NOT PART of the distribution package, for security and privacy reasons.

There is no need for panic - this file is needed for debugging only, and is requested by browser ONLY when development console is opened in browser.

During standard page rendering, this asset is not requested, nor downloaded by browser.