Js webclient: zoom js not found on server: 404 error code

Description/Error
since today(yesterday?) https://source.zoom.us returns 404 whenever requesting one of your
JS files, most importantly https://source.zoom.us/zoom-meeting-1.6.1.min.js

of course, the whole sample webapp stopped working because pulling-in the dependencies(ZoomMtg) fails

should be re-produceable via the latest sample-webapp / CDN version
i tried to download the JS files directly and via a proxy, but i always get your customized 404 / page not found

also, if i try to open https://source.zoom.us/zoom-meeting-1.6.1.min.js via a browser with a valid zoom-login, i get redirected to a company-related hostname https://xxx-redacted-company-name-xxx.zoom.us/zoom-meeting-1.6.1.min.js (followed by the same 404 error page)

maybe you should talk to your webserver-admins

I had this problem yesterday. It impacted the entire operation of the company. So I created a vue.js project and installed all dependencies via NPM and generated a java script project with everything I needed. And all was well.

1 Like

This should now be resolved. Our sincerest apologies for the delayed response as with the holiday we had limited staff available.

Please let us know if you are still seeing any problems.

thx - problem resolved.
also, i installed the needed JS + CSS files locally now.

@harald.glanzer We’re glad the your issue is resolved. Let us know if you need anything else.

Thanks