Report this

What is the reason for this report?

sir i have install mongodb and node as well but my app is not working and also it show no error in the console.

Posted on May 4, 2021

sir my app is node app which use express and mongodb and I have create a droplet and install mongodb on it all enable it.now when I start my app there is no error in the console and also nothing on the IP address. no error. DB uri i used for my app is : “mongodb://127.0.0.1/tareekhdaan” and if I put IP address instead of localhost address it gives an error of connection failed time out. what should I do. port of my app is 8080



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 @suraagtv,

When using your Droplet’s IP Address, are you trying to reach the application port 8080?

HTTP://IPAddressOfYourDroplet:8080

Additionally, make sure you’ve allowed access on port 8080 through your firewall.

One other thing I would recommend is rather than allowing port 8080 is to use Nginx as a reverse proxy. That way you would be able to access your application without having to use port 8080 for it.

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.