My setup
Rails 7
Ruby 2.7
turbo-rails 7.1
A fresh install of
rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb --skip-javascript
After registration cannot Sign out.
Changing link_to
to button_to
fixes the issue.