sockjs / sockjs-node

WebSocket emulation - Node.js server
http://sockjs.org
MIT License
2.09k stars 309 forks source link

chrome console show error #230

Closed imnot2 closed 7 years ago

imnot2 commented 7 years ago
  Uncaught Error: Incompatibile SockJS! Main site uses: "1.1.4", the iframe: "1.0.1".

chrome console show this error,when i using webpack-dev-server plugin the sockjs version is 0.3.18

shreychaturvedi123 commented 7 years ago

any updates on this?

brycekahle commented 7 years ago

You need to change the sockjs_url parameter when creating the server to match the version you are serving on the front end.