@imnathanbrooks Thank you for your response. Apparently the Add App button in the marketplace was not installing the app correctly, it was a known issue. The app works correctly when the install route “/api/zoomapp/install” is accessed directly.
opened 04:47PM - 02 Jan 24 UTC
closed 03:22PM - 03 Jan 24 UTC
The API call to get user info fails (see screen recording). Below is the error … message from the docker console.
2024-01-02 11:24:46 backend-1 | GET /zoom/api/v2/users/me 500 1.356 ms - 328
2024-01-02 11:24:46 backend-1 | Error: Error getting user from session:
2024-01-02 11:24:46 backend-1 | at getUser (/home/node/app/api/zoom/middleware.js:21:17)
2024-01-02 11:24:46 backend-1 | at processTicksAndRejections (node:internal/process/task_queues
Screen Recording of GET /zoom/api/v2/users/me - 500 Internal Server Error:
https://drive.google.com/file/d/1bzKXDSivKMtKTX3grsrAEPsRnTYzQMt2/view?usp=sharing
Screenshot of Error Message:
https://drive.google.com/file/d/1ymb57nmyIaB0tQWjJ-maPF8lPwJCIuTb/view?usp=sharing
