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
I have all configuration with Twilio But getting error when create publicServerUrl
ngrok
.connect(8080)
.then((url) => {
console.log("==================?",url);
new IvrTester({ ...config, publicServerUrl: url })
.run(call, scenarios)
.then(() => process.exit())
.catch(catchError)
}
)
.catch(catchError);
I have all configuration with Twilio But getting error when create publicServerUrl
ngrok
.connect(8080)
.then((url) => {
console.log("==================?",url);
new IvrTester({ ...config, publicServerUrl: url })
.run(call, scenarios)
.then(() => process.exit())
.catch(catchError)
}
)
.catch(catchError);
{
error_code: 103,
status_code: 502,
msg: 'failed to start tunnel',
details: { err: 'remote gone away' }
}
The text was updated successfully, but these errors were encountered: