TwilioDevEd / sdk-starter-node

Demo application showcasing Twilio API usage in Node.js
https://www.twilio.com/docs
MIT License
81 stars 72 forks source link

Error creating the chat client #242

Open dooley1001 opened 2 years ago

dooley1001 commented 2 years ago

When following the setup instructions, after running npm start I see the following in my terminal

Screen Shot 2022-04-14 at 11 57 04 AM

When I then go to local host (http://localhost:3000/chat/) I then see the following:

Screen Shot 2022-04-14 at 12 07 58 PM

I have set my env variables and ensured my chat service is present in the Twilio console. API key was also newly generated.

env

manishsundriyal commented 2 years ago

I am also facing the same issue. Any updates on this one?