Get "something went wrong on our end" when trying to view a branch in the repository view on the web.
Summary
When I view a feature branch of my project in my Gitlab repository (https://gitlab.koehn.com/bkoehn/self-hosted-social/tree/feature/add-domain-model) I get the "Something went wrong on our end" message. See link above.
Steps to reproduce
Hit the link above. You don't need to be logged in; it makes no difference. It may be the '/' in the branch name is causing problems ("feature/add-domain-model"). Other branches in the same repo (master, develop) work fine.
Looking at the browser console it appears that the request for https://gitlab.koehn.com/bkoehn/self-hosted-social/refs/feature/add-domain-model/logs_tree/?_=1472656505423
is returning 404.
Expected behavior
Normal repository view with no error
Actual behaviour
"Something went wrong on our end"
Relevant logs and/or screenshots
3:e1bc:38bf:b7ab:7687 at 2016-08-31 15:08:08 +0000
Processing by Projects::TreeController#show as HTML
Parameters: {"namespace_id"=>"bkoehn", "project_id"=>"self-hosted-social", "id"=>"feature/add-domain-model"}
Started POST "/ci/api/v1/builds/register.json" for 172.17.0.2 at 2016-08-31 15:08:08 +0000
Completed 200 OK in 536ms (Views: 422.4ms | ActiveRecord: 27.6ms)
Started GET "/bkoehn/self-hosted-social/refs/feature%252Fadd-domain-model/logs_tree/?_=1472656089534" for 2601:441:4100:6c3:e1bc:38bf:b7ab:7687 at 2016-08-31 15:08:09 +0000
Processing by Projects::RefsController#logs_tree as JS
Parameters: {"_"=>"1472656089534", "namespace_id"=>"bkoehn", "project_id"=>"self-hosted-social", "id"=>"feature%2Fadd-domain-model"}
Filter chain halted as :assign_ref_vars rendered or redirected
Completed 404 Not Found in 59ms (Views: 30.6ms | ActiveRecord: 6.4ms)
Started POST "/ci/api/v1/builds/register.json" for 172.17.0.2 at 2016-08-31 15:08:11 +0000
Started POST "/ci/api/v1/builds/register.json" for 172.17.0.2 at 2016-08-31 15:08:14 +0000
Output of checks
Results of GitLab application Check
Checking GitLab Shell ...
GitLab Shell version >= 3.4.0 ? ... OK (3.4.0)
Repo base directory exists?
default... yes
Repo storage directories are symlinks?
default... no
Repo paths owned by git:git?
default... yes
Repo paths access is drwxrws---?
default... yes
hooks directories in repos are links: ...
2/1 ... ok
2/4 ... ok
5/8 ... ok
2/9 ... ok
2/10 ... ok
2/11 ... ok
Running /opt/gitlab/embedded/service/gitlab-shell/bin/check
Check GitLab API access: OK
Access to /var/opt/gitlab/.ssh/authorized_keys: OK
Send ping to redis server: OK
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Checking Reply by email ...
Reply by email is disabled in config/gitlab.yml
Checking Reply by email ... Finished
Checking LDAP ...
LDAP is disabled in config/gitlab.yml
Checking LDAP ... Finished
Checking GitLab ...
Git configured with autocrlf=input? ... yes
Database config exists? ... yes
All migrations up? ... yes
Database contains orphaned GroupMembers? ... no
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Uploads directory setup correctly? ... yes
Init script exists? ... skipped (omnibus-gitlab has no init script)
Init script up-to-date? ... skipped (omnibus-gitlab has no init script)
projects have namespace: ...
2/1 ... yes
2/4 ... yes
5/8 ... yes
2/9 ... yes
2/10 ... yes
2/11 ... yes
Redis version >= 2.8.0? ... yes
Ruby version >= 2.1.0 ? ... yes (2.3.1)
Your git bin path is "/opt/gitlab/embedded/bin/git"
Git version >= 2.7.3 ? ... yes (2.7.4)
Active users: 4
Checking GitLab ... Finished
Results of GitLab environment info
System information
System: Ubuntu 14.04
Current User: git
Using RVM: no
Ruby Version: 2.3.1p112
Gem Version: 2.6.6
Bundler Version:2.3.0
Rake Version: 10.5.0
Sidekiq Version:4.1.4
GitLab information
Version: 8.11.3
Revision: 6cd4edb
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: postgresql
URL: https://gitlab.koehn.com
HTTP Clone URL: https://gitlab.koehn.com/some-group/some-project.git
SSH Clone URL: git@gitlab.koehn.com:some-group/some-project.git
Using LDAP: no
Using Omniauth: yes
Omniauth Providers: github
GitLab Shell
Version: 3.4.0
Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories
Hooks: /opt/gitlab/embedded/service/gitlab-shell/hooks/
Git: /opt/gitlab/embedded/bin/git
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)