Sidekiq stats page not visible
Created by: jverdeyen
Hi,
I'm running on 5.0 since the release (upgraded from 4.2).
I've had this issue for a while now, but I'm unable to watch the sidekiq stats. I see a (non layouted) page in the iframe when I click 'Background Jobs'. If I want to visit another page of my gitlab I have to login again.
This is an error indicating why there is no layout etc:
ActionController::RoutingError (No route matches [GET] "/admin/sidekiq/stylesheets/bootstrap.css"):
Same for the javascript file.
Also the gitlab service is added to /etc/init.d and added to update-rc.d with: sudo update-rc.d gitlab defaults 70 30
But it does't start at boot. Altough sudo /etc/init.d/gitlab start works when I do it manually. The strange this is.. my /var/log/boot.log shows that gitlab should be started.
Kinds regards