When Creating new Project: ERROR: "500 Whoops, something went wrong on our end"

Since some days, when creating a new project: Gitlab creates the project, but when clicking on it, I get the error: "500 Whoops, something went wrong on our end"

Infos server:

  • GitLab 13.6.3-ee (8578025c)

  • GitLab Shell 13.13.0

  • GitLab Workhorse v8.54.0

  • GitLab API v4

  • Ruby 2.7.2p137

  • Rails 6.0.3.3

  • PostgreSQL 11.9

  • Redis 5.0.9

  • Gitaly Servers:

  • default unix:/var/opt/gitlab/gitaly/gitaly.socket | 13.6.3 | 2.29.0

  • nfs unix:/var/opt/gitlab/gitaly/gitaly.socket | 13.6.3 | 2.29.0

  • OS: Ubuntu 16.04 LTS

Output of tail -f /var/log/gitlab/gitlab-rails/production.log

`(...) Processing by Gitlab::RequestForgeryProtection::Controller#index as HTML Completed 200 OK in 1ms (ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 86) Processing by ProjectsController#show as HTML Parameters: {"namespace_id"=>"username", "id"=>"888888"} Completed 500 Internal Server Error in 107ms (ActiveRecord: 12.0ms | Elasticsearch: 0.0ms | Allocations: 33399)

ActionView::Template::Error (No route matches {:action=>"new", :branch_name=>nil, :commit_message=>"Add .gitlab-ci.yml", :controller=>"projects/blob", :file_name=>".gitlab-ci.yml", :id=>"", :namespace_id=>#<Namespace id: 3, name: username (...)`

Already tested - without success:

  • gitlab-rake gitlab:check SANITIZE=true
  • gitlab-rake gitlab:doctor:secrets
  • gitlab-rake gitlab:check --trace
  • gitlab-rake db:migrate:status --trace
  • gitlab-ctl reconfigure
  • gitlab-rake cache:clear
  • gitlab-ctl restart

Already checked - without success:

#225203 (closed)

Anyone can help me please? Regards, Birgit

Edited by Birgit Ducarroz