DevTools failed to load SourceMap: Could not load content for https://source.zoom.us/1.8.3/lib/webim.min.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Description
I have an application developed in Laravel and Vue js

When I use ZoomMtg.setZoomJSLib('htts://source.zoom.us/1.8.3/lib’, ‘/av’) I have an error - DevTools failed to load SourceMap: Could not load content for htts://source.zoom.us/1.8.3/lib/webim.min.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE. But with this error I can start zoom meetings

When I use ZoomMtg.setZoomJSLib(‘htt*s://source.zoom.us/1.8.6/lib’, ‘/av’) I have another errors (see screenshots below), With these errors I can’t start meeting

And when I go to another page in my application I cannot do anything on it (e.g. scroll the page). To make these errors disappear, I need to reload the page

What should i do to remove these errors?

Error
DevTools failed to load SourceMap: Could not load content for https://source.zoom.us/1.8.3/lib/webim.min.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Which version?
@zoomus/websdk”: “^1.8.6”,

Screenshots

Device (please complete the following information):

  • Device: Asus vivobook S15
  • OS: ubuntu
  • Version: 18.04
  • Browser: Chrome

Hey @sezik1 ,

Happy to help! Would you be able to share this, or a sample app with the issue in a github repo so we can debug it on our end? Make sure to exclude any sensitive info like the jwt secret.

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.