Rails 7 and Devise Issue with Sign Out
This issue is not specifically related to Devise; well it is. Let me explain.
Your old sign out link:
<%= link_to "Sign out", destroy_user_session_path, method: delete %>
That is not going to work in Rails 7 due to turbo streams.
You have to change it to:
<%= link_to