sockjs-client updated -> Incompatibile SockJS! Main site uses: "1.1.0", the iframe: "1.0.1"
See original GitHub issuesockjs-client has been updated two days ago to 1.1.0
When using a fresh install of webpack-dev-server, it now results in the following message in the browser: Incompatibile SockJS! Main site uses: "1.1.0", the iframe: "1.0.1" (I use npm 3.8.6)
Extract of dependencies:
`-- webpack-dev-server@1.14.1
  +-- sockjs@0.3.17
  +-- sockjs-client@1.1.0
  ...
sockjs@0.3.17 by default use sockjs-client@1.0.1 from a CDN. Maybe webpack-dev-server should pass the option sockjs_url to the SockJS server and so provide the correct version of sockjs-client without relying on a CDN ?
Issue Analytics
- State:
 - Created 7 years ago
 - Reactions:10
 - Comments:18 (10 by maintainers)
 
Top Results From Across the Web
Incompatibile SockJS! Main site uses: "1.1.4", the iframe: "1.0.0".
The only thing which I changed - I instructed Spring to load the local JS library: .setClientLibraryUrl("../webjars/sockjs-client/sockjs.min.js") ...
Read more >Incompatibile SockJS! Main site uses: "1.1.4", the iframe: "1.0.0"
I am constantly getting this issue while trying to use sockjs-client with Waterfox 54.0.0.1 (64-bit) I've noticed that there is an ...
Read more >Incompatibile SockJS! Main site uses: "1.4.0", the iframe: "1.0 ...
It turned to be the connection from browser to server took too much time, therefore sockjs-client tried to downgrade from websocket to http...
Read more >Incompatibile Sockjs! Main Site Uses: "1.4.0" The Iframe: "1.0.0"
use of The SockJS client begins by sending GET /info to obtain basic information. kmsockjsclient JS library on Openbase sockjs 1.1.5 MIT 0...
Read more >“1.5.0“, the iframe: “1.0.0“. at s (VM6 sockjs.min.js:2)版本问题
Incompatibile SockJS ! Main site uses: “1.5.0“, the iframe: “1.0.0“. at s (VM6 sockjs.min.js:2)今天启动服务的时候莫名其妙跳出这个报错, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Any chance of releasing this fix for Webpack 1?
Hot Module Replacement is still unusable in webpack dev server V1 due to this bug. Will https://github.com/webpack/webpack-dev-server/pull/493 be backported for webpack 1?