gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com
MIT License
714 stars 146 forks source link

net::ERR_CONNECTION_REFUSED #154

Open DV-ERDEDE opened 9 years ago

DV-ERDEDE commented 9 years ago

Something strange happens, when I try to connect to server. There are no errors in terminal, it says "Started connect web server on http://0.0.0.0:5555", then done without errors. But when I serf to http://localhost:5555/ - I get typical "page not found". In chrome console one warning and one error:

i18n-values: Missing value for "primaryParagraph" http://localhost:5555/:1 GET http://localhost:5555/ net::ERR_CONNECTION_REFUSED

The more surprising is that when I define keepalive:true everything works fine. Really, I don't get why is it so.

Thnx in advance.

oslego commented 9 years ago

I can confirm this too. The process starts successfully and then exits without any error code. keepalive: true is a viable workaround which keeps the process running.

grunt-contrib-connect v0.9.0 on Mac OS X 10.9.5

TrySpaceCo commented 9 years ago

Any update on what Missing value for "primaryParagraph" means? I have the same problem and now my app won't run. I added a SCSS file and it brought about the error. I got rid of it but the error is still there.