praxis icon indicating copy to clipboard operation
praxis copied to clipboard

AWS `cx deploy` bad gateway

Open nzoschke opened this issue 7 years ago • 2 comments

I'm seeing bad gateway responses on a newly installed rack:

building: /tmp/docs
uploading: <html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
</body>
</html>
$ cx test
convox  | creating app test-1501627422: deleting app test-1501627422failed to delete app: <html>
convox  | <head><title>502 Bad Gateway</title></head>
convox  | <body bgcolor="white">
convox  | <center><h1>502 Bad Gateway</h1></center>
convox  | </body>
convox  | </html>

nzoschke avatar Aug 01 '17 22:08 nzoschke

I suspect this is related to a bucket limit problem. Perhaps the stack was in a CREATE_FAILED error due to the service limit and rack was panicing on it.

nzoschke avatar Aug 01 '17 22:08 nzoschke

Need to confirm your suspicions or make this reproducible. If the problem is a failed Rack due to some other error let's file that bug.

ddollar avatar Aug 01 '17 23:08 ddollar