I'm testing the automaticDeplyment application where a system update plan was created. However, when debugging I noticed error 404 when running the Environments_GetRunningApp service
Error msg
HTTP / 1.1 404 NotFound
Content-Type: application / json; Charset = utf-8
(Show all headers)
{
"Errors": [
"Failed to retrieve the environment with key '65cf373e-c3ce-445e-9e3b-efbbcd70dc9d' or the application with key '728f0a10-7083-4880-9ba0-aca4c8fe4155'."
],
"StatusCode": 404
}
Also error in Deployments_Create
HTTP / 1.1 400 BadRequest
Content-Type: application / json; Charset = utf-8
(Show all headers)
{
"Errors": [
"Invalid request for creating a new deployment"
],
"StatusCode": 400
}
So, I wonder if I'm doing something wrong?
↧
[Forums] Error AutomaticDeployment > Deploy
↧