ActionController::UrlGenerationError: No route matches {:action=>"show", :controller=>"projects/compare", :from=>nil, :namespace_id=>#<...
https://sentry.gitlab.net/gitlab/gitlabcom/issues/4102878/?referrer=gitlab_plugin
Kibana link: https://log.gprd.gitlab.net/goto/e9db4c50-dd0d-11ed-a017-0d32180b1390
ActionController::UrlGenerationError: No route matches {:action=>"show", :controller=>"projects/compare", :from=>nil, :namespace_id=>#<Group id: >, :project_id=>#<Project id:>>, :to=>"cec51f7496123aa0636e1f0a661623334d53adec"}, possible unmatched constraints: [:from]
Did you mean? namespace_project_compare_path
namespace_project_compare_index_url
namespace_project_compare_index_path
signatures_namespace_project_compare_index_url
config/routes.rb:316:in `block (4 levels) in <main>'
send("#{name}_url", project&.namespace, project, *args)
lib/gitlab/url_builder.rb:80:in `compare_url'
instance.project_compare_url(compare.project, **options.merge(compare.to_param))
lib/gitlab/url_builder.rb:28:in `build'
compare_url(object, **options)
lib/api/entities/compare.rb:28:in `block in <class:Compare>'
Gitlab::UrlBuilder.build(compare)
lib/api/helpers/caching.rb:85:in `block in cache_action'
cached_body = response.is_a?(Gitlab::Json::PrecompiledJson) ? response.to_s : Gitlab::Json.dump(response.as_json)
...
(196 additional frame(s) were not displayed)
Edited by Vasilii Iakliushin