Redis – Setting up Turbo stream broadcasts_refreshes, websocket error
I'm trying to configure a Rails 7.1.3/Turbo 2.0.5 app locally to try out broadcasts_refreshes for a simple model. On the view template that tries to turbo_stream_from this model, I'm getting websocket errors, indicating that it is trying to connect. Here…