twilio / twilio-webchat-react-app

Twilio Webchat React App is an application that demonstrates a website chat widget built with Twilio's Conversations JS SDK, Twilio Paste Design library and Create React App.
MIT License
64 stars 71 forks source link

After entering yarn start the linux server becomes CPU bound #36

Closed jc-alvaria closed 1 year ago

jc-alvaria commented 1 year ago

Here is what I did and what is observed.

  1. Enter yarn server
  2. I see a message stating, Twilio Webchat App server running on port 3001
  3. Enter yarn start
  4. I see a message stating, Starting the development server...
  5. The linux server becomes CPU bound

What could possibly cause this and/or how do I debug this? Are there any log files I can look at for an indication of the problem?

jc-alvaria commented 1 year ago

This issue was related to the ec2 instance being too small.