Problem on production in video SDK

In local the meeting SDK will work but in production don’t

error :

index-Baws1euD.js:247 Session Name: SomeTopicName
index-Baws1euD.js:247 Role: 1
index-Baws1euD.js:247 SDK Key: 3mudV9vT6vL3Z2uXPbsvHDDSxJMW1KmGcdCl
index-Baws1euD.js:247 SDK Secret: VITE_SDK_SECRET=d2Vr6eaCx8mEyU1RTQbBTCz65hJcRsiBVljl
index-Baws1euD.js:248 —token eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBfa2V5IjoiM211ZFY5dlQ2dkwzWjJ1WFBic3ZIRERTeEpNVzFLbUdjZENsIiwidHBjIjoiU29tZVRvcGljTmFtZSIsInJvbGVfdHlwZSI6MSwidmVyc2lvbiI6MSwiaWF0IjoxNzM3NTM0MzA5LCJleHAiOjE3Mzc1NDE1MDl9.2vb-GZ4BKz02Oj8XaR91UG85O3AYPALssAwo-hxHbTM
12
Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.
index-Baws1euD.js:248 Error joining the meeting:
{type: ‘JOIN_MEETING_FAILED’, reason: ‘Verify JWT failed’, errorCode: 200}
_ @ index-Baws1euD.js:248
await in _
gS @ index-Baws1euD.js:37
vS @ index-Baws1euD.js:37
yS @ index-Baws1euD.js:37
ae @ index-Baws1euD.js:37
de @ index-Baws1euD.js:37
(anonymous) @ index-Baws1euD.js:37
F0 @ index-Baws1euD.js:40
og @ index-Baws1euD.js:37
le @ index-Baws1euD.js:37
Kf @ index-Baws1euD.js:37
xS @ index-Baws1euD.js:37

is that any solution ?

or need to whitelisting. if whitelisting need then where i find that ?
anyone send the url there i find that or any solution ?

Hi,
It may be that the signature or token generated for your meeting SDK is invalid.
Could you ensure that your token generation function is correctly implemented and that all headers are properly set for both local and production environments
Cheers,
Harsh

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.