Client Web SDK malloc error after deployment

Description
When I running project in local then there no error, Its working fine.
Error
But when doing deployment then there error for malloc and error for Web.assembly()

ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();

Which Client Web SDK version?
Knowing the version can help us to identify your issue faster. [e.g. 1.9.0]

Hey @vkanaki76,

Thank you for reaching out to the Zoom Developer Forum. It sounds like your production server might be missing some configuration that your local development server has.

The WebAssembly errors might be related to how you are preparing the WASM files. Are you able to share a code snippet of how you’re importing dependencies and the required library files?

Any information you’re able to provide will be helpful. You may also want to use our Sample Web App as a reference when building your application.

Thanks,
Max

Hey @MaxM ,
Thank you for your valuable response, I will look as said and I will check your Sample App.

Thank you,
Vinayak Kanaki

Hey @vkanaki76,

I’m glad to hear that helped! Please don’t hesitate to reach out if you encounter any further issues or questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.