Description
While starting the latest release of 1.7.9 the sample app web-sdk (CDN) gives the following error – “Failed to load resource: the server responded with a status of 403 () zoom-meeting-1.7.9.min.js:1” just after loading that is without initiating any API calls or any other event.
Error
Failed to load resource: the server responded with a status of 403 () zoom-meeting-1.7.9.min.js:1
Which version?
1.7.9
To Reproduce(If applicable)
Steps to reproduce the behavior:
- On your terminal run git clone https://github.com/zoom/sample-app-web.git --branch master --depth 1
- cd sample-app-web/CDN
- npm install
- npm run start
- Open console of browser to see error
Additional context
Also while trying to run the sample app (Local) during npm install it gives an error “No matching version found for @zoomus/websdk@^1.7.9.”