Hi,

I'm running an instance of GitLab CE version 8.7.5-ce.0.el7 on a CentOS 7 
server, and everything works well except for on merge request's page that 
cannot be opened.

production.log shows only this when a browser tries to open the page:

Started GET "/alazar/libats/merge_requests/13" for 127.0.0.1 at 2016-05-18 
16:55:28 -0400
Processing by Projects::MergeRequestsController#show as HTML
  Parameters: {"namespace_id"=>"alazar", "project_id"=>"libats", "id"=>"13"}
Started GET "/alazar/libats/merge_requests/13" for 127.0.0.1 at 2016-05-18 
16:56:29 -0400
Processing by Projects::MergeRequestsController#show as HTML
  Parameters: {"namespace_id"=>"alazar", "project_id"=>"libats", "id"=>"13"}
Started GET "/alazar/libats/merge_requests" for 127.0.0.1 at 2016-05-18 
16:58:09 -0400
Processing by Projects::MergeRequestsController#index as HTML
  Parameters: {"namespace_id"=>"alazar", "project_id"=>"libats"}
Completed 200 OK in 219ms (Views: 139.0ms | ActiveRecord: 20.1ms)
Started GET "/alazar/libats/merge_requests/13" for 127.0.0.1 at 2016-05-18 
16:58:12 -0400
Processing by Projects::MergeRequestsController#show as HTML
  Parameters: {"namespace_id"=>"alazar", "project_id"=>"libats", "id"=>"13"}
Started GET "/alazar/libats/merge_requests/13" for 127.0.0.1 at 2016-05-18 
16:59:13 -0400
Processing by Projects::MergeRequestsController#show as HTML
  Parameters: {"namespace_id"=>"alazar", "project_id"=>"libats", "id"=>"13"}

gitlab-rake:check shows all green lights.

I tried stopping and starting GitLab with sudo gitlab-ctl stop then sudo 
gitlab-ctl start, but it made no difference. I also tried to log in with 
various user accounts, but I saw no change.

Is there a way to open this merge request's page, or even to get rid of it 
to create a new one from the same branch?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/84c87deb-8797-4fc1-a347-f3cb95afabb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to