Very frustrating for the last few days.
I have a rails app with Devise installed where I generated a new User model and I generated Devise views as well.
This h
Error is telling you:
devise_scope :user do match '/sessions/user', to: 'devise/sessions#create', via: :post end
did you try that?