Va1 / browser-sync-webpack-plugin

Easily use BrowserSync in your Webpack project.
MIT License
369 stars 40 forks source link

failed: Error during WebSocket handshake: Unexpected response code: 503 #73

Open 1166544 opened 6 years ago

1166544 commented 6 years ago

WebSocket connection to 'ws://localhost:3001/browser-sync/socket.io/?EIO=3&transport=websocket&sid=3VX8pvyMtE4G8qRiAAAA' failed: Error during WebSocket handshake: Unexpected response code: 503

webpackconfig: new BrowserSyncPlugin({ open: false, host: 'localhost', proxy: 'http://localhost:7001/', files: ['app/**'], port: 8088, reloadDebounce: 1000 }, { reload: false })

1166544 commented 6 years ago

pls,tell me what is wrong..?

Va1 commented 4 years ago

hello,

to be honest, i have no idea. please, make sure you're doing things according to provided documentation and that the issue is not in related configuration/setup by setting things up afresh.

or close it, if fit is not an issue anynore.

regards