peerjs icon indicating copy to clipboard operation
peerjs copied to clipboard

Failed to Load SourceMap

Open Sattishh opened this issue 4 years ago • 16 comments

Apparently there were many issues of people running into this problem in the older versions, well I'm running into them again in 1.3.1

DevTools failed to load SourceMap: Could not load content for https://unpkg.com/peerjs.min.js.map: HTTP error: status code 404,

I guess it runs https://unpkg.com/peerjs.min.js.map it shows this Cannot find package peerjs.min.js.map@latest

Help would be appreciated, thanks.

Sattishh avatar Jul 29 '20 15:07 Sattishh

@Sattishh The fix that worked for me would be: Inspect > Console > Console Settings > Check the box for "Selected context only"

Let me know if that helps!

mayuri-prog-bot avatar Jul 29 '20 19:07 mayuri-prog-bot

Didn't seem to fix the issue unfortunately. @mayureenandi8

Sattishh avatar Jul 30 '20 03:07 Sattishh

I got the same issue!

monkeyking9252 avatar Jul 30 '20 13:07 monkeyking9252

I got the same issue!

dnsh87 avatar Aug 06 '20 21:08 dnsh87

I'm facing the same issue as well

jason-rietzke avatar Aug 12 '20 19:08 jason-rietzke

Facing the same problem...

chocoflakez avatar Aug 19 '20 10:08 chocoflakez

+1

nickgarfield avatar Sep 04 '20 03:09 nickgarfield

+1

rishabkumar7 avatar Sep 20 '20 00:09 rishabkumar7

i got same error

sahil564 avatar Sep 20 '20 03:09 sahil564

Same issue with me

dipanshubhola1009 avatar Oct 02 '20 09:10 dipanshubhola1009

Same

ReubenJCarter avatar Oct 07 '20 20:10 ReubenJCarter

I was also facing this issue and this is what worked for me Inspect > Setting > Uncheck the box "Enable JavaScript source maps" under Sources

Hamza-1997 avatar Oct 07 '20 21:10 Hamza-1997

I was also facing this issue and this is what worked for me Inspect > Setting > Uncheck the box "Enable JavaScript source maps" under Sources

that works, but doesn't that just hide the warning in console?

vol-and avatar Jan 24 '21 10:01 vol-and

I have the same issue, and by the way, unchecking "Enable JavaScript source maps" doesn't work either

NoorFakhry avatar Mar 06 '21 21:03 NoorFakhry

I also have the same issue

raahilbadiani avatar Jun 08 '21 18:06 raahilbadiani

I was also facing this issue and this is what worked for me Inspect > Setting > Uncheck the box "Enable JavaScript source maps" under Sources

Worked for me

phoneix007 avatar Sep 17 '21 16:09 phoneix007

Source maps are only loaded when opening the dev console. They have no influence on the code execution. This has been fixed in v1.4.

jonasgloning avatar Sep 03 '23 10:09 jonasgloning