Google Groups is meant for general product discussions and not for technical support. The correct place <https://cloud.google.com/support/docs/stackexchange> to seek technical support is indeed Stack Overflow as you have already done <https://stackoverflow.com/questions/46872034/google-app-engine-deploy-python-project-502-bad-gateway-error> .
Note that '502 Bad Gateway' is returned when your application does not respond to nginx on port 8080. It is recommended to follow the Quickstart tutorial <https://cloud.google.com/appengine/docs/flexible/python/quickstart> to setup your application handlers correctly in order to properly accept and respond to incoming requests. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/59ee4af3-5efd-4602-8345-45d1abf5e5f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
