DevTools failed to load SourceMap

Hello,

I just published a new website ‘beenobby.com’.
We have our SSL certificate, but still the website is showing up as not secure.

We found 3 similar errors in the console:

How could we resolve these errors? And are the errors related to our website not being secure?

Thanks in advance!
Kind regards,
Jarne

The site seems to be loading assets from http instead of https. Make sure you call the base href tag in the header uncached:

<base href="[[!++site_url]]" />

That’s unrelated to the sourcemaps; that just means you’re using minified css/js but the file containing the “sourcemap” from minified > unminified files was not uploaded. That’s only an issue if you’re a developer trying to debug a problem in production :wink:

Thank you for your quick response!

We got our website secured an working :slight_smile: