varun chawla

Joined

60 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Facing Authentication error

Hi ,

I am getting below error in my terminal and I am new to ruby on rails please help.

Completed 401 Unauthorized in 317ms (ActiveRecord: 27.6ms | Allocations: 41921)

Processing by Users::SessionsController#new as HTML
Parameters: {"authenticity_token"=>"YR1WTr++BXaTdlmYDAX996Excls+CheYM44ZXjlStQDIamGm6KZBTR4r1qcAXThQwTxWE5S+/I1iLT2qJrrp2A==", "user"=>{"email"=>"varun@yopmail.com", "password"=>"[FILTERED]"}}

Posted in Facing Authentication error

Hi ,

I am facing the unauthorised error in rails even after i am using the correct username and password database i used is postgres and devise is used for the authentication mechanism.