Object not found

Description
I have been trying to install the CDN version of Zoom web sdk.
I used the sample-web-app from github. After supplying meeting ID and Password and click on Join
i get error message “Object not found”.
Why im i doing wrong? I need help please

Error

Object not found!

Which version?
1.7.10

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots

  • Browser:[e.g. Chrome]

Hello! Welcome to the forum.

What is logged in the browser console?

Sorry about that. here is browser console

Hello Daniel,
Please help me out here. Im a new bee
i really need this feature for my project

@peterdafe could you take a screenshot or video of the recreation steps please?
Is this a specific function that is causing this issue, general loading of the WebSDK, or something else please sir (can you provide code-behind where you think the issue is happening, removing any sensitive data of course)?

thanks bdeanindy. here is code to join the meeting

here is html form code

this code is from the zoom sample-web-app for CDN on github.
i installed it on my localhost. i don’t knoe what i’m doing wrong.
i have created JWT app and used the credentials

Above is the URL redirect when i click Join button

Perhaps the port is missing? It’s supposed to be 9999 or something I think.

can i change the default port?

I’m thinking, the app runs on port 9999, but redirects to localhost. Perhaps it should redirect to localhost:9999?

Looking at the error you posted in the description, it looks like it cannot find the resource; a 404 not found. Missing port number in the URL would explain that.

What if you enter the redirect URL, but add :9999 after localhost?

It works when i add :9999 to the URL

1 Like

Is it normal for an app to run on one port?
Do you have any idea how i can change the port on the app?

Hey @peterdafe,

Here is how to change the port:

Thanks for your support @daniel2! :slight_smile:

Thanks,
Tommy

1 Like