YouHusam / hanx.js

Full-stack Javascript boilerplate with NodeJS, HapiJS, PostgreSQL and AngularJS
Other
23 stars 5 forks source link

Server Running on port 3000 does not serve any response to browser #9

Open kohakade opened 8 years ago

kohakade commented 8 years ago

Hi, I am new to hapijs and hnax.js boilerplate. I have configured the hanx.js on my system (Fedora 21). I ran development server and its running without any error on localhost:3000 but when i try to hit the same in browser of same machine i get "This webpage is not available ERR_CONNECTION_REFUSED" and server not get request. But same code run on ubuntu machine its working properly. Deploying getting started Hapijs server code works properly.

ihorskyi commented 8 years ago

@kohakade could you please post complete logs here from app startup & localhost:3000 hit?

kohakade commented 8 years ago

@ihorskyi thanks for response. Here is running app startup with "good" package is registered for console log.

screenshot from 2016-02-15 11 57 57

Here is the screen after localhost:3000 hit

screenshot from 2016-02-15 11 58 14

YouHusam commented 8 years ago

have you tried http://127.0.0.1:3000 ?

kohakade commented 8 years ago

Yes i tried using loop back address and using ip address but got same result.