AgoraIO-Community / VideoUIKit-Web-React

A Web library to simply integrate Agora Video Calling or Live Video Streaming to your website with just a few lines of code.
MIT License
50 stars 40 forks source link

Invalid App ID #11

Closed monizb closed 2 years ago

monizb commented 2 years ago

I am trying to integrate UI Kit with my app, I generate join token server side and when I try to render the Agora UI Kit, I get the following error :

**"'AgoraRTCException', code: 'CAN_NOT_GET_GATEWAY_SERVER', message: 'AgoraRTCError CAN_NOT_GET_GATEWAY_SERVER: invalid vendor key, can not find appid'**

I thought it was a mistake on my end, I went to the Agora dashboard and clicked on "create web demo link" and it didn't work there as well, the same error was popping up on the console.

P.S: My app ID is correct

EkaanshArora commented 2 years ago

When you create a new project in the Agora console, it can sometimes take a few minutes for the appId to be enabled. Can you try again with agora-react-uikit.vercel.app?

monizb commented 2 years ago

When you create a new project in the Agora console, it can sometimes take a few minutes for the appId to be enabled. Can you try again with agora-react-uikit.vercel.app?

I can confirm that you were right, I just tried it the next day and it worked thanks!