michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 47 forks source link

websocket fails when gulp watch #87

Open Stupidism opened 8 years ago

Stupidism commented 8 years ago
WebSocket connection to 'ws://localhost:3000/socket.io-client/?EIO=3&transport=websocket&sid=mx6Z-j4OIYkcN_c2AAAD' failed: Connection closed before receiving a handshake response
Stupidism commented 8 years ago

I met this error before in production. That's because nginx only support http but not tcp. May be helpful experience.

michaelkrone commented 8 years ago

I got it running with the latest BS version. Should be closed with #44.