Hi ,
I am getting Error while clicking on Branch of Merge Request Error 500 web error page thrown .also on clicking commit tab i am getting error “an error occured when fetching this tab”
Any help ?
Is this your own instance of Gitlab?
I ran into 500 errors a while back after an upgrade and did sudo gitlab-rake db:migrate:status and a lot of the statuses were showing down.
I then ran these and all was well again.
sudo gitlab-rake db:migrate
sudo gitlab-ctl restart