praxis
praxis copied to clipboard
AWS `cx deploy` bad gateway
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>
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.
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.