twilio / voice-quickstart-server-node

voice quickstart server example in node
MIT License
24 stars 37 forks source link

Error: Error reading response: Response does not contain content type #10

Open jitendra-kr opened 6 years ago

jitendra-kr commented 6 years ago

Hi

I am getting this error in statusCallback

I am using

res.status(200) .contentType('text/html') .send();

To send response to twilio

bobiechen-twilio commented 6 years ago

Hi @jimmylogic

Can you provide us more information about the problem such as the use case (making outbound calls, testing push notifications) and what is the endpoint your application is hitting?

thanks -bobie