Devise issue, unable to sign in or sign out

55 Views Asked by At

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.

0

There are 0 best solutions below