GET http://:5000/sockjs-node/info?t=1606656370419 net::ERR_CONNECTION_REFUSED code example
Example: sockjs-node/info?t=net::ERR_CONNECTION_TIMED_OUT
module.exports = {
devServer: {
disableHostCheck: true,
port: 4000,
public: '0.0.0.0:4000'
},
publicPath: "/"
}