Gitlab redirects me to serviceworker.js

Summary

I've got a blank page after login to my gitlab installation

Steps to reproduce

  1. logout from my gitlab
  2. Login

What is the current bug behavior?

After login site redirects me to gitlab.example.com/serviceworker.js And shows me blank page

What is the expected correct behavior?

It should opens my project page

Relevant logs and/or screenshots

gitlab

Processing by SessionsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "user"=>{"login"=>"root", "password"=>"[FILTERED]", "remember_me"=>"0"}}
Redirected to https://git.sandzhaj.space/serviceworker.js
Completed 302 Found in 93ms (ActiveRecord: 14.1ms | Elasticsearch: 0.0ms)
Started GET "/serviceworker.js" for 82.209.244.50 at 2019-12-21 09:53:56 +0000
Processing by ApplicationController#route_not_found as JS
  Parameters: {"unmatched_route"=>"serviceworker"}
Completed 404 Not Found in 9ms (Views: 0.1ms | ActiveRecord: 1.2ms | Elasticsearch: 0.0ms)
Started GET "/serviceworker.js" for 82.209.244.50 at 2019-12-21 09:53:56 +0000
Processing by ApplicationController#route_not_found as JS
  Parameters: {"unmatched_route"=>"serviceworker"}
Completed 404 Not Found in 14ms (Views: 0.1ms | ActiveRecord: 1.1ms | Elasticsearch: 0.0ms)

Results of GitLab environment info

Expand for output related to GitLab environment info

System information System: Ubuntu 18.04 Proxy: no Current User: git Using RVM: no Ruby Version: 2.6.3p62 Gem Version: 2.7.9 Bundler Version:1.17.3 Rake Version: 12.3.3 Redis Version: 3.2.12 Git Version: 2.22.2 Sidekiq Version:5.2.7 Go Version: unknown

GitLab information Version: 12.5.5-ee Revision: 435aaaec2f8 Directory: /opt/gitlab/embedded/service/gitlab-rails DB Adapter: PostgreSQL DB Version: 10.9 URL: https://git.sandzhaj.space HTTP Clone URL: https://git.sandzhaj.space/some-group/some-project.git SSH Clone URL: git@git.sandzhaj.space:some-group/some-project.git Elasticsearch: no Geo: no Using LDAP: no Using Omniauth: yes Omniauth Providers:

GitLab Shell Version: 10.2.0 Repository storage paths:

  • default: /var/opt/gitlab/git-data/repositories GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell Git: /opt/gitlab/embedded/bin/git

Results of GitLab application Check

Expand for output related to the GitLab application check
Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 10.2.0 ? ... OK (10.2.0) Running /opt/gitlab/embedded/service/gitlab-shell/bin/check Internal API available: OK Redis available via internal API: OK gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... yes Number of Sidekiq processes ... 1

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Reply by email is disabled in config/gitlab.yml

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab App ...

Git configured correctly? ... yes Database config exists? ... yes All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory exists? ... yes Uploads directory has correct permissions? ... yes Uploads directory tmp has correct permissions? ... 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: ... 3/1 ... yes 3/2 ... yes 2/3 ... yes 2/4 ... yes Redis version >= 2.8.0? ... yes Ruby version >= 2.5.3 ? ... yes (2.6.3) Git version >= 2.22.0 ? ... yes (2.22.2) Git user has default SSH configuration? ... yes Active users: ... 1 Is authorized keys file accessible? ... yes Elasticsearch version 5.6 - 6.x? ... skipped (elasticsearch is disabled)

Checking GitLab App ... Finished

Checking GitLab subtasks ... Finished

/label ~bug

Edited by Mark Minakov