Phil Nash

Results 185 comments of Phil Nash

Did you check out the `twilio` branch? Have you changed anything about the project? Did you follow the instructions to get things started in the README? Have you filled in...

Are you using the `twilio` branch? Is there an error in the terminal where you started the app?

How are you running the application? Is it with `npm run dev`? How are you fetching `/chat/token`?

Here's what I have done and the result I get: Clone the repo and checkout the twilio branch: ``` git clone https://github.com/philnash/react-express-starter.git -b twilio ``` Change into the new directory...

Can you send a screenshot of the terminal where you ran `npm run dev` after you get this error, please.

Thanks @rajkumar73443, we're getting somewhere! That shows that the webpack dev server is having trouble proxying the request. Can you make a request directly to `localhost:3001/chat/token` and show the terminal...

It looks like you're running the react application on port 3001 there. When you start the application with `npm run dev` it actually runs the React application on port 3000...

Also, the error is suggesting that perhaps the back-end server isn't even running. Are you using `npm start` to start the application?

The access token must be created by a back-end. This project is a combination of a front-end built with React and a back-end built with Express. To successfully use this...

Hey @rajkumar73443, did you get any further with this? Or can I close this issue?