Sample-app-web doesn't really join, forever running circle

Description/Error
The join doesn’t really happen. I’m just seeing “Joining meeting” circle running, never really join

Which Endpoint/s or Web JS SDK?
Web JS SDK. I’m using https://github.com/zoom/sample-app-web, CDN one. I followed the exact instruction.

How To Reproduce (If applicable)

Screenshots (If applicable)

Additional context
Add any other context about the problem here.

Sometimes I run into this error

{method: “join”, status: false, errorCode: 1, errorMessage: “Invalid signature.”, result: null}

Hey @guowei.shieh,

Are you seeing any errors in the console?

Also, to confirm, are you using JWT credentials?

Thanks,
Tommy

yes, i’m using JWT credential.

I noticed that I only repros this with CDN version. If I change to local, it works. Is there any explanation for this?

Hey @guowei.shieh,

It could be related to the CDN loading slow. May I ask what region/country you are in?

The local version lives locally on your app so it does not need to get any external code.

Thanks,
Tommy