While implementing Facebook SNS authentication, when I ran rails, I received the following error:
/home/ec2-user/.rvm/gems/ruby-2.5.1/gems/devise-4.6.2/lib/devise/rails/routes.rb:259:in`block in device_for':Mapping omniauth_callbacks on a resource that is not possible (ArrutableErgent)
Please add `device: omniauthable` to the `User` model
I didn't know exactly what caused it, so please tell me how to solve it.
Thank you for your cooperation.
class User<ApplicationRecord
device —Omniauthable
end
Add the option : omniauthable
for and device
.
© 2024 OneMinuteCode. All rights reserved.