hackoregon / elections-2018-backend

MIT License
1 stars 1 forks source link

502 Bad Gateway error in AWS production deploy #3

Closed MikeTheCanuck closed 6 years ago

MikeTheCanuck commented 6 years ago

The base service URL for this project's API in AWS is http://service.civicpdx.org/local-elections/

Currently requests to this URL return 502 Bad Gateway. This is a result of a few factors:

To tie it all together, this is exactly what is happening here:

grantholly commented 6 years ago

Is this still an issue? I'm pretty sure we got all the url routing figured out around https://github.com/hackoregon/elections-2018-backend/commit/7c3f0f05ed2057fa19af13651612dba720121679

MikeTheCanuck commented 6 years ago

Yep, looking good - thanks for reminding me, I've harvested these notes over to https://github.com/hackoregon/civic-devops/issues/168