peerjs
peerjs copied to clipboard
Failed to Load SourceMap
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 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!
Didn't seem to fix the issue unfortunately. @mayureenandi8
I got the same issue!
I got the same issue!
I'm facing the same issue as well
Facing the same problem...
+1
+1
i got same error
Same issue with me
Same
I was also facing this issue and this is what worked for me Inspect > Setting > Uncheck the box "Enable JavaScript source maps" under Sources
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?
I have the same issue, and by the way, unchecking "Enable JavaScript source maps" doesn't work either
I also have the same issue
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
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
.