You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have NoMethodError (undefined method 'find_by_uid' for #<Class:0x007f0b056cb5d0>) when I run Rails in production. Everything works fine in development. Gems I use:
I have
NoMethodError (undefined method 'find_by_uid' for #<Class:0x007f0b056cb5d0>)
when I run Rails in production. Everything works fine in development. Gems I use:gem 'rails', '>= 5.0.0.beta3', '< 5.1'
gem 'devise', '~> 4.0.0.rc2'
gem 'devise_token_auth', github:"lynndylanhurley/devise_token_auth", branch: "master"
The text was updated successfully, but these errors were encountered: