Zoom join failed: { type: 'INVALID_PARAMETERS', reason: 'dependent assets are not accessible' }
I am having issues with component embedded meeting sdk on my web app. On my local computer in my node.js/react project I am able to click "join meeting" and the meeting sdk loads the meeting on the page embedded with no issues but when i push the same code to my AWS hosted dev server I am not able to join the meeting and the console has an error:
Zoom join failed: { type: 'INVALID_PARAMETERS', reason: 'dependent assets are not accessible' }
Has anyone else encoutered this issue?
I have added my production and dev domains to the "allow" list in the marketplace manage app screen
