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.
MIT License
34 stars 22 forks source link

Error: Not Found - /home/node/app/server.js:50:17 #8

Closed greenmode-io closed 6 months ago

greenmode-io commented 11 months ago
  1. I downloaded the advanced sample app, followed the steps in the readme, and the app builds without errors.
  2. However, I get the following error message when launching the app (see below).
  3. Attached is the terminal log. ZoomApps-AdvancedSample-Terminal-log.txt ZoomApps-AdvancedSample-ErrorNotFound-Zoom ZoomApps-AdvancedSample-ErrorNotFound-Terminal

Error: Not found at /home/node/app/server.js:50:17 at Layer.handle [as handle_request] (/home/node/app/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/home/node/app/node_modules/express/lib/router/index.js:328:13) at /home/node/app/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/home/node/app/node_modules/express/lib/router/index.js:346:12) at next (/home/node/app/node_modules/express/lib/router/index.js:280:10) at setResponseHeaders (/home/node/app/middleware.js:21:5) at Layer.handle [as handle_request] (/home/node/app/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/home/node/app/node_modules/express/lib/router/index.js:328:13) at /home/node/app/node_modules/express/lib/router/index.js:286:9

SafeeSaif commented 8 months ago

Hi!

I would double check your Marketplace app and ensure that you set your Home URL to

/api/zoomapp/home It seems that the app is trying to open to / but that route is not defined in the backend