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 followed the setup guide 3 times and I still can not authenticate ... I get the following error :
Processing by SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WxgFN/vN8Yp7lMe1H/vg9sdbmfSIJVr8ric6P8Jx8dTutdeL4XDsvGPTQeC6y84sMMUJ+3COUcmf6+evdqKwOQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "button"=>""}
Completed 401 Unauthorized in 3ms (ActiveRecord: 1.4ms)
Processing by SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WxgFN/vN8Yp7lMe1H/vg9sdbmfSIJVr8ric6P8Jx8dTutdeL4XDsvGPTQeC6y84sMMUJ+3COUcmf6+evdqKwOQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "button"=>""}
WARNING: Can't mass-assign protected attributes for User: remember_me
the tables are created but does not contain any data
Hello, I just started my globodns server but I can not authenticate with the API :
The db is up, migrate and running :
Any idea ? I'm a little bit lost and ( i'm trying to dockerize the solution, maybe a PR in futur )
The text was updated successfully, but these errors were encountered: