Creating new user fails in 3.1
Created by: Spredzy
When I create a new user I end up with a
500
We're sorry, but something went wrong.
Looking at the log this is what went wrong
Processing by Admin::UsersController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DDGZPxAY4tEnoxaoNJzQHh888tYUY7pvyHhhUMGpJcY=", "user"=>{"name"=>"abcde", "email"=>"[email protected]", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "skype"=>"", "linkedin"=>"", "twitter"=>"", "projects_limit"=>"10", "admin"=>"0"}}
Completed 500 Internal Server Error in 350ms
Redis::InheritedError (Tried to use a connection from a child process without reconnecting. You need to reconnect to Redis after forking.):
app/observers/user_observer.rb:5:in `after_create'
app/controllers/admin/users_controller.rb:67:in `block in create'
app/controllers/admin/users_controller.rb:66:in `create'
Not sure if the error comes from my configuration or not, but I followed the exact same one as 3.0