Question
Cannot connect to given IP
I’ve followed the tutorial (https://www.youtube.com/watch?v=oykl1Ih9pMg&t=90s) and started my project (https://github.com/zavullon/MERN-hello/blob/master/backend/package.json) on digitalocean. I’m using nodemon for back and webpack for front to start the servers. Even though I can ping and use get method on the <given_ip:port> I can’t open it in my browser, it just says “site can’t be reached” I’m not getting any errors and the project runs localy without any problem. I’m using IP, not domain. Help me please.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×