79
Views
1
Comments
How to fix "DevTools Failed to load source map" warnings
Question

Hey guys,

for reactive applications, we have these "DevTools Failed to load source map"  warnings in our console.

Do you know how can we fix them? I know we can disable this in the browser, but what I would like to understand is why are they showing, and fix, if possible, the root cause.


Thanks in advance,

Nelson

2020-02-28 09-46-54
Eduardo Jauch

Hello Nelson,

For what I understood, when you have minified javascript, the map files help DevTools to put it back in the original format, to make it easier for debugging. 

What I could see is that this feature was "recently" added to chrome, and maybe other browsers, but it seems OutSystems does not generate those files?

So, unless those files start being generated by the platform, I don't think you can solve this "OutSystems" side, unless you manually create the files (even empty ones, I will assume).

Let's see if anyone else has the solution, thou.

Cheers!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.