Console error - why and how to fix?

Hi all,

I’m getting a console error and I’m not sure what is causing it or how to fix it?

I’ve got it on 2 sites, links below;

https://leemingdocs.com.au/practice-info/practice/

[Error] Failed to load resource: the server responded with a status of 404 () (jarallax.min.js.map, line 0)

I’ve got a feeling it is caused by 1LD Quick Editor stack @1LDskyler as this is/was common on both these pages.

To test, I deleted the 1LD Quick Editor from RapidWebSites and did full new FTP upload of the site folder but left it the same on the Leeming Doctors website but still getting the same console error on both sites.

I have the new Quick Editor Global 1.2 update but I don’t think this fixed it or even if 1LD Quick Editor is the issue.

Any ideas please.

Many thanks
Scott

Having any 404’s involving min.js.map or min.css.map shouldn’t be causing you any problems. These .map files are a byproduct of the ”minification” process used to make file sizes smaller. They are used strictly by browsers developers tools and web inspectors tools for debugging.

They shouldn’t impact the page rendering at all. if you can isolate the stack causing the error I would still contact the developer. Most minifiers have the option to turn off the map files production (eliminating the reference).

Hi Doug, ok thanks.

Yes, I’m not seeing any actual issues with either of the websites but I would like to get that console error resolved…just in case.

Is there any way I can work out stack is causing the issue??

I wonder…I watched Joe Workman’s streaming video on .htaccess files the other week in which he went through some code for minimisation. Though I have only used it on one of the websites, RapidWebSites not Leeming Doctors so unlikely to be that.

This is the code he recommended.

<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE “application/atom+xml”
“application/javascript”
“application/json”
“application/ld+json”
“application/manifest+json”
“application/rdf+xml”
“application/rss+xml”
“application/schema+json”
“application/geo+json”
“application/vnd.ms-fontobject”
“application/wasm”
“application/x-font-ttf”
“application/x-javascript”
“application/x-web-app-manifest+json”
“application/xhtml+xml”
“application/xml”
“font/eot”
“font/opentype”
“font/otf”
“image/bmp”
“image/svg+xml”
“image/vnd.microsoft.icon”
“text/cache-manifest”
“text/calendar”
“text/css”
“text/html”
“text/javascript”
“text/plain”
“text/markdown”
“text/vcard”
“text/vnd.rim.location.xloc”
“text/vtt”
“text/x-component”
“text/x-cross-domain-policy”
“text/xml”

</IfModule>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.