I’ve noticed a few 406 responses happening sporadically on our site. I couldn’t quite figure it out until today, when I noticed it exactly as I was doing a deploy on Heroku. I’m wondering if Turbo returns a 406 if the Websocket is closed and, thus, the browser requests straight HTML?
If that’s the case, what’s the preferred method of deployment in Turbo? Note: currently using Heroku.