Zoom Errors Preventing Page load (React App)

Description
I am using zoom websdk 1.7.8 in my application and able to get zoom working in dev mode. But when i build it in production i get error preventing my page load. I get a blank screen

Error
localhost/:1 Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at e.readIvSession (zoomus-websdk.umd.min.js:12941)
at e.initIvState (zoomus-websdk.umd.min.js:12926)
at e.reset (zoomus-websdk.umd.min.js:12918)
at new e (zoomus-websdk.umd.min.js:12950)
at Object.e.exports (zoomus-websdk.umd.min.js:12913)
at n (zoomus-websdk.umd.min.js:15)
at Object.e.exports (zoomus-websdk.umd.min.js:65339)
at n (zoomus-websdk.umd.min.js:15)
at Object.e.exports (zoomus-websdk.umd.min.js:12056)

Which version?
zoom websdk 1.7.8

Smartphone (please complete the following information):
Tried it in chrome and firefox

Hey @dhruva.juloori,

Please see this thread:

Thanks,
Tommy

Hi Tommy,

I was able to resolve the issue by upgrading react-scripts to 3.4.1, I still have some css problems when i start the meeting. Could you please point me to some relevant threads?

Thanks

1 Like

Hey @dhruva.juloori,

Happy to hear you fixed the issue! :slight_smile:

What are the CSS issues you are having?

Thanks,
Tommy

how to fix this issue without upgrading react-scripts ??

Hey @muhamadangga609,

What is your use case for not wanting to upgrade react-scripts?

Thanks,
Tommy