I am building an RTMS app based on the zoom GitHub repo. Got the app loaded up on my zoom client (that worked flawlessly) but when the app loads up I get the following error
I looked the developer console and I see the following errors
[Info] Content blocker prevented frame displaying https://34b8b7cca218.ngrok-free.app/ from loading a resource from https://source.zoom.us/5.17.1/lib/web-sdk.min.js
[Info] Content blocker prevented frame displaying https://34b8b7cca218.ngrok-free.app/ from loading a resource from https://appssdk.zoom.us/sdk.js
[Error] Error retrieving Zoom context: – ReferenceError: Can't find variable: zoomSdk
ReferenceError: Can't find variable: zoomSdk
(anonymous function) (34b8b7cca218.ngrok-free.app:281)
(anonymous function) (34b8b7cca218.ngrok-free.app:141)
Global Code (34b8b7cca218.ngrok-free.app:287)
[Log] ✅ WebSocket connected (34b8b7cca218.ngrok-free.app, line 110)
I suspect the safari engine (which is what seems to be powering the zoom app) is blocking content loading - maybe because it is coming from ngrok? How can I resolve this situation so I can progress with testing?