ActionView::Template::Error: undefined method `+' for nil:NilClass
Sentry Issues:
NoMethodError: undefined method `+' for nil:NilClass
app/helpers/application_helper.rb:16:in `render_if_exists'
render(partial, options)
app/views/projects/pipelines/_info.html.haml:24:
= render_if_exists 'projects/pipelines/pipeline_stats_text', duration: duration, pipeline: @pipeline, queued_duration: queued_duration
app/views/projects/pipelines/show.html.haml:17:
= render "projects/pipelines/info", commit: @pipeline.commit
app/controllers/application_controller.rb:142:in `render'
super.tap do
app/controllers/projects/pipelines_controller.rb:246:in `block (2 levels) in render_show'
render 'show'
...
(244 additional frame(s) were not displayed)
ActionView::Template::Error: undefined method `+' for nil:NilClass
Edited by Jio Castillo