Blank page on website

Description
Hello,
I use web sdk (local version) in react project. It work on localhost but not work on web server (nginx). I got a blank page after click member button and no error.

This is my project https://github.com/sutineeangs/react-template/tree/20200415-nan-integrate-zoom-websdk .

My website is https://collaxl-dev.angstrom.co.th/colla/zoom/temp2/index.html?t=20200415

Error
a blank page and no error

Which version?
@zoomus/websdk”: “^1.7.5”

To Reproduce(If applicable)
Steps to reproduce the behavior:

On localhost

  1. git clone https://github.com/sutineeangs/react-template.git
  2. checkout to 20200415-nan-integrate-zoom-websdk
  3. npm install
  4. npm start
  5. Go to http://localhost:6060/
  6. Click on ‘Member’
  7. See input fields and button for meeting join
  8. Enter name and meeting number then click join
  9. Success join meeting

On website

  1. Go to ‘https://collaxl-dev.angstrom.co.th/colla/zoom/temp2/index.html?t=20200415
  2. Click on ‘Member’
  3. See blank page

Screenshots
Work on localhost


A blank page on website

Hey @sutinee,

Your deployed URL returned an nginx error.

Thanks,
Tommy

@tommy I updated it. Please check website again

Hey @sutinee,

It seems like none of the JavaScript files are included or you are not actually calling the ZoomMtg.init or ZoomMtg.join functions.

Thanks,
Tommy

Thank you for sharing. i got solution i was facing same issue on my sites one is vipscholarships and other is dearlotterysambad

Hey @pavloshchur,

Thank you for confirming this worked for you!

Thanks,
Max