Report this

What is the reason for this report?

Node+Express+Mongoose+Pug project starts in console but connection refused in browser

Posted on October 24, 2017

I have a Node+Express+Mongoose+Pug app that runs on port 8080. When I run node app.js I get the following output:

 node app.js 
(node:26789) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/connections.html#use-mongo-client
Express app listening on port 8080
(node:26789) DeprecationWarning: `ensureIndex()` is deprecated in Mongoose >= 4.12.0, use `createIndex()` instead

So the app starts on port 8080 but when I type the droplet ip followed by the port in the browser, I get :

This site can’t be reached

*IP goes here* refused to connect.



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.

Same issue here, app running Well on ssh but stuck with browser

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.