Open ifightcode opened 8 years ago
I have the same issue. The console in chrome shows: Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8888/
The same here.
Add /socket.io/ to the domain http://localhost:8888/socket.io/
http://localhost:8888/socket.io/ not work. GET http://localhost:8888/socket.io/ 404 (Not Found) Navigated to http://localhost:8888/socket.io/
http://localhost:8888 =>404 http://localhost:8888/socket.io/ =>{"code":0,"message":"Transport unknown"} great!
Had the same issue... Downgrade socket.io to 0.9.17 worked for me :/
By downgrading to 0.9.17, did you get the http://localhost:8888/socket.io/ =>{"code":0,"message":"Transport unknown"} ?
By downgrading to 0.9.17, I now get "Welcome to socket.io" at http://localhost:8888/socket.io/
After deploying signalling master, I'm not seeing "Welcome to socket.io". And no error in installing or deploying.