hanx.js icon indicating copy to clipboard operation
hanx.js copied to clipboard

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

Open kohakade opened this issue 9 years ago • 4 comments

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.

kohakade avatar Feb 12 '16 15:02 kohakade

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

ihorskyi avatar Feb 12 '16 18:02 ihorskyi

@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

kohakade avatar Feb 15 '16 06:02 kohakade

have you tried http://127.0.0.1:3000 ?

YouHusam avatar Feb 15 '16 10:02 YouHusam

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

kohakade avatar Feb 16 '16 05:02 kohakade