samson icon indicating copy to clipboard operation
samson copied to clipboard

Failed to load more entries.

Open zeitnot opened this issue 11 years ago • 3 comments

When I navigate to http://localhost:9080/deploys/recent it says: _Failed to load more entries. When this page is navigated, an ajax call is made for _http://localhost:9080/deploys/recent.json?page=1 and it returns 500 status code. This is the error message:

No route matches {:action=>"show", :controller=>"deploys", :format=>nil, :id=>#<Deploy id: 1, stage_id: 1, job_id: 1, reference: "v1.03", created_at: "2014-07-29 07:34:18", updated_at: "2014-07-29 07:36:52">, :project_id=>nil} missing required keys: [:project_id]

zeitnot avatar Jul 30 '14 14:07 zeitnot

Hi @zeitnot is there any more info you could provide or you have solved this already? I don't see how you could get this error. The error message suggests that you are hitting the show action, but according to your description, you should only be hitting the recent action.

princemaple avatar Aug 18 '14 08:08 princemaple

Sorry but I have no any other clues. Yet I have not solve it.

zeitnot avatar Aug 18 '14 20:08 zeitnot

I have seen it when there were either deleted users or users with access revoked (e.g. a deployer was made a viewer hence did not have enough access)

On Mon, Aug 18, 2014 at 1:03 PM, Mehmet Yıldız [email protected] wrote:

Sorry but I have no any other clues. Yet I have not solve it.

— Reply to this email directly or view it on GitHub https://github.com/zendesk/samson/issues/53#issuecomment-52546690.

pswadi-zendesk avatar Aug 18 '14 20:08 pswadi-zendesk