peerjs: 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.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 17 (1 by maintainers)

Most upvoted comments

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

@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!