GitLab 6.1 Sidekiq CSS/JS 404
Created by: johnjelinek
If I go here as an admin: http://gitlab/admin/background_jobs the page doesn't look right. Here are errors from the Chrome console:
GET http://gitlab/admin/sidekiq/stylesheets/bootstrap.css 404 (Not Found) sidekiq:6
GET http://gitlab/admin/sidekiq/stylesheets/application.css 404 (Not Found) sidekiq:7
GET http://gitlab/admin/sidekiq/javascripts/application.js 404 (Not Found) sidekiq:8
GET http://gitlab/admin/sidekiq/javascripts/dashboard.js 404 (Not Found) sidekiq:81
GET http://gitlab/admin/sidekiq/javascripts/locales/jquery.timeago.en.js 404 (Not Found) sidekiq:9
I've stopped/started sidekiq and gitlab/nginx, but that didn't resolve it. The check seems to indicate no problems.
# sudo -u git -H bundle exec rake gitlab:sidekiq:check RAILS_ENV=production
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
What else can I check to troubleshoot this issue?