Getting an issue when trying to call opentok/session/create api. When calling the api through code i keep getting an error saying the connection has been closed. So I decided to try through postman and the error i'm getting back is a 500 internal server error and a message
{
"message": "Internal server error, working hard to fix it, sorry",
"code": -1
}
As far as I can see I have everything set correctly. Headers, Body ]
I don't think this is a JWT issue as according to the documentation that would be a 403. https://tokbox.com/developer/rest/#session_id_production
Anyone experienced this or a similar issue before
Content-Type
header from the request. I've seen this cause issues with requests to OpenTokv1
API endpoints. – adrice727Content-Type
toapplication/x-www-form-urlencoded
. Thanks for the help. – DavidMcEvilly