I have: // app/javascript/application.js
import { Turbo } from "@hotwired/turbo-rails" Turbo.session.drive = true
But when i try to sign in /sign out I get:
NoMethodError in Devise::SessionsController#new
match ? attribute_missing(match, *args, &block) : super
But when i change it to "false", Devise is fine, but the site will not recognize anything related to Turbo or JS within the site.