Unable to run zoomapps-sample-js

I am receiving the same error when I try to run/install the Zoom App Custom Layout Sample. I tried on Incognito and implemented app.set('trust proxy', true) in the app.js as suggested by Ben - however, this also did not solve the issue for me. Do you have any other ideas what I could try? I would be grateful for any hint.

I found the only way to avoid this if you are using ngrok is to navigate to the https://xxx.ngrok-free.app URL rather than http://localhost:3000. Then click the “click here” to install the app.

1 Like

Was there any further news on this? I’m hitting this error on the GitHub - zoom/zoomapps-advancedsample-react: This repository contains an Advanced Zoom Apps Sample. It should serve as a starting point for you to build and test your own Zoom App in development. repo. I see it when visiting my <your Ngrok origin>/api/zoomapp/install path

Things I’ve checked

  • definitely using the ngrok URL instead of localhost
  • rechecked the relevant paths in the app settings on zoom
  • added app.set('trust proxy', true) to the app
  • clearing state/cookies/etc

I was testing on Firefox on Linux.

@rolly,

Thank you for posting! Are you only seeing this when testing on Firefox on Linux?

Hey @donte.zoom I am still facing this issue after following all these steps in GitHub - zoom/zoomapps-sample-js: A Hello World Zoom App built with Vanilla JS. Anything that came out of this discussion but got missed in README?

@98vistest,

Could you provide details about the issue you’re facing and the exact steps you followed to replicate the behavior?