meetingsdk-web-sample
meetingsdk-web-sample copied to clipboard
Fix Error on Ubuntu
Running NPM start for the local version causes an error on Ubuntu. The following two posts on the Zoom developer form talk about this error:
- https://devforum.zoom.us/t/installing-sample-app-web-gives-error/12103
- https://devforum.zoom.us/t/unable-to-use-zoom-websdk-sample-web-app/15855
This change fixes that error. It will prevent the page from automatically opening in someone's browser. But Webpack already prints out a message saying Project is running at https://localhost:9999
, so this doesn't seem like a big loss.
Dzie� dobry, w dniach 20.07 - 14.08 przebywam na urlopie. Na wszystkie wiadomo�ci odpowiem w dniu 17.08. W sprawach pilnych prosz� o kontakt na [email protected]. Pozdrawiam, Hanna Rudy
I also expirenced this problem under Fedora and this fix worked. Thank you. Maybe linux and webpack use a different command to open the web browser (since opening the browser from a create-react-app works fine)?