You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to join a conference (in a new browser/private tab) the following error is thrown:
Error: Uncaught (in promise): Error: No JWT stored!
Logically, when a conference is joined, there is no JWT token yet and it must first be requested using the sessionToken in the URL. The error that there is no JWT token leads to the problem that this never happens and you can no longer join conferences (This problem does not occur if you still have an old JWT token stored).
The text was updated successfully, but these errors were encountered:
When trying to join a conference (in a new browser/private tab) the following error is thrown:
Logically, when a conference is joined, there is no JWT token yet and it must first be requested using the
sessionToken
in the URL. The error that there is noJWT
token leads to the problem that this never happens and you can no longer join conferences (This problem does not occur if you still have anold
JWT token stored).The text was updated successfully, but these errors were encountered: