Trouble Viewing Logs in a Zoom App Built with React

I’m currently developing a Zoom app using React, but I’m having difficulty accessing or viewing logs for debugging purposes. I’ve tried using console.log and React DevTools, but I’m not sure how to properly view logs, especially those specific to the Zoom SDK. Does anyone have experience with this or recommendations on tools or methods to effectively monitor logs in a Zoom React app?

Any insights or suggestions would be greatly appreciated!

If you are looking to enable developer tools for your Zoom Client so that you can debug your Zoom App please follow this guide:

After following the step on enabling developer tools you should be able to right-click to debug your app.

1 Like