URL-Based Image Not Displaying in Zoom App"
I am developing a Zoom App using the Zoom App Marketplace and React.js. In this app, I am trying to display images hosted on AWS S3 using their URL. The images load and display correctly when the app is run as a normal React application in the browser. However, when the same app runs inside the Zoom App, the images do not display. I suspect this might be related to security policies or restrictions within the Zoom App environment. Could anyone provide insights or solutions to resolve this issue?
Show less