philnash / twilio-video-react-hooks

A video chat application built with Twilio Video and React Hooks
MIT License
110 stars 61 forks source link

Internal Sever Error. #34

Closed rajkumar73443 closed 4 years ago

rajkumar73443 commented 4 years ago

Hi there! I have tried the solution which you shared with me, where we can get the token using name and room, unfortunately, it didn't work for me and I'm getting internal server 500. http://localhost:3000/video/token Failed to load resource: the server responded with a status of 500 (Internal Server Error). asyncToGenerator.js asyncToGenerator.js:6 Uncaught (in promise) SyntaxError: Unexpected token P in JSON at position 0

Can you please take a look at this and let me know the possible solution here as we are developing a product for the healthcare industry to help the patients have better connectivity with consultants in this pandemic therefore we'd like to get this issue resolved ASAP.

Look forward to hearing back from you.

Thanks

videochat

philnash commented 4 years ago

Hey, I believe you have reported the same error over here. That project is the base of this one, so I think if we solve it there you can apply it to this project too. I'll close this issue and see you back at the react-express-starter.