Redirecting after a form submission causes Turbo to fetch the next URL in TURBO_STREAM format instead of HTML, which causes problems if you don't respond specifically to the turbo_stream format. This proposed change will gracefully fallback to HTML in this scenario.
Redirecting after a form submission causes Turbo to fetch the next URL in TURBO_STREAM format instead of HTML, which causes problems if you don't respond specifically to the turbo_stream format. This proposed change will gracefully fallback to HTML in this scenario.