spencerlepine / woofer

Dating app for pets - a full stack MERN project. Complete with CI/CD pipeline w/ Jest, GitHub Actions, Docker Hub, and AWS EC2
https://youtu.be/aiJhCoZRc78
2 stars 1 forks source link

broken Socket.io PORT in production #98

Closed spencerlepine closed 2 years ago

spencerlepine commented 2 years ago

Production React Client hosted on EC2 (34.203.190.56) is trying to use Sockets.

It is connecting to http://34.203.190.56:5000/socket...

It SHOULD connect to https://woofer-demo.herokuapp.com/socket...

Screen Shot 2022-05-06 at 8 55 25 PM
spencerlepine commented 2 years ago

PR #100