Error 500 generating new request
Created by: justoue
Hi ! when we create a new merge resquest, have got an 500 error page
Processing by MergeRequestsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NKg3O9muLjNxci3hRqVdQHl75b6tkahrV7vVcmyK9Ys=", "merge_request"=>{"source_branch"=>"feature/new-info-element-creation", "target_branch"=>"dev_to_integrate", "title"=>"Test", "assignee_id"=>"4", "milestone_id"=>""}, "project_id"=>"mygroup/myproject"} Completed 500 Internal Server Error in 461ms
RuntimeError (expected SCALAR, SEQUENCE-START, MAPPING-START, or ALIAS):
app/models/merge_request.rb:170:in reloaded_commits' app/models/merge_request.rb:70:in
reload_code'
app/controllers/merge_requests_controller.rb:55:in `create'