asgard icon indicating copy to clipboard operation
asgard copied to clipboard

"proceed" endpoint in DeploymentController returns 404

Open renaudguerin opened this issue 10 years ago • 0 comments

I always get a 404 from "/us-east-1/deployment/proceed", noticed it while studying http traces from the Automated Deployment UI (which I'm trying to script).

The request did post valid "id" & "token" parameters, and the deployment actually proceeded & finished successfully. I wouldn't have noticed it if it weren't for the traces.

This is on the latest build.

    <strong>Error 404:</strong> /WEB-INF/grails-app/views/deployment/proceed.jsp<br/>
    <strong>Servlet:</strong> default<br/>
    <strong>URI:</strong> /us-east-1/deployment/proceed<br/>

renaudguerin avatar May 29 '14 15:05 renaudguerin