The FetchEvent for "http://10.0.0.21:8080/sockjs-node/info?t=1607412985752" resulted in a network error response: an object that was not a Response was passed to respondWith(). 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: "/"
}