"Devtools Failed to Parse SourceMap" Warnings in Console

I’m getting all these “Devtools failed to parse SourceMap” warnings in the console… what do I need to correct to remove them?

SourceMap

You can safely ignore these messages. These files are used for debugging purposes only and are only called when your dev tools are open.

2 Likes

I’ve been getting the same warnings recently. What do you mean by “and are only called when your dev tools are open”? I see those on the live site, whether or not Wappler is open, and whether or not debug is on.

Hi Heather,

DevTools is your browser developer toolbox. Not Wappler. :wink:

Hi Brad,

Thanks, but that doesn’t really explain why I’m getting these warnings.

H

Chrome dev tools, a different application from the browser, can’t interpret correctly those files. That’s the equivalent of notepad.exe not being able to interpret them either. The ability of neither of them to interpret that file affects your website.

1 Like

You can disable these warnings, eg in Chrome:

image

1 Like

Cool. Thanks.