Skip to content Skip to sidebar Skip to footer

Websocket-rails, Websocket Handshake Error

I followed the docs on the websocket-rails github wiki page, but couldn't overcome this difficulty, I get this error with chrome: WebSocket connection to 'ws://0.0.0.0:3000/websock

Solution 1:

Thanks to the members of the Websocket Rails IRC, I found out that in my route, I was appending the locale before every path, so it coudln't find it.

Check your routes.rb if someone hit that issue too !

Post a Comment for "Websocket-rails, Websocket Handshake Error"