Report this

What is the reason for this report?

Can't reach this site after reload

Posted on September 19, 2020

Hi, I have a nodejs running on my Ubuntu droplet. I’ve been trying something unrelated and after running ‘reboot’ command my web suddenly stopped working. I have no idea why. It was working perfectly fine before. On digital ocean website everything seems running, I’ve also tried to connect throught IP address still can’t reach the site. Under I’l provide some pictures that might help troubleshoot this. Image 1 Image 2

My app.js file with the routes work for 100%



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Hi there @flhnsk,

It looks like that the app with ID 1 is running but the app with id 0 is stopped. Is the app with ID 0 part of your setup?

What I could suggest is using the following command to check if the application is actually listening on the correct port:

  1. netstat -plant

Also I could suggest checking your error logs for some more information on what might be wrong.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.