Convox CLI deploy gives 502 response

146 Views Asked by At

I'm suddenly having issues deploying my apps to AWS ECS using the Convox CLI. When I am trying as of Friday, this is what happens:

$ convox deploy -a my-app -r test
Packaging source... OK
Uploading source... OK
Starting build... ERROR: response status 502

This is regardless of rack, and other operations such as "env" and "logs" seem to work. I don't know how to go about trouble shooting this. Is there some switch I can use to get more debug info from the CLI? I am assuming the "502" is an HTTP error code, but I do not know where it is coming from. I've looked around in AWS, but can not seem to find any errors there (however, is not sure where to look).

Any help would be appreciated.

1

There are 1 best solutions below

1
On

Had the same problem on a rack running a version from 2019. Solved this updating the rack to version 20211019100155 as Brian suggested.