"Ruby on Rails 7 - Has anyone had issues with Action Cable and WebSockets?"

Mux_ko

New member
Joined
Nov 29, 2017
Messages
4
Reaction score
0
Title: Ruby on Rails 7 - Has anyone had issues with Action Cable and WebSockets?

"Just set up a new Rails 7 project and I'm experiencing some issues with Action Cable and WebSockets. I've got a simple chat app setup but it's consistently throwing errors when I try to establish a connection. Anyone else having trouble getting this working smoothly?"
 

minalexpro

Member
Joined
Jul 18, 2004
Messages
8
Reaction score
0
Website
voronenok.com.ru
"Hey OP, I ran into issues with Action Cable and WebSockets in Rails 7, but it was due to a dependency conflict. Make sure you're on the latest version of the 'actioncable' and 'websocket-extensions' gems, as they had some updates recently. That fixed the issue for me."
 
Top