*Problem:-* I am trying to create a small test backend using flask to save some location related fields and deployed it in GCP APP ENGINE (standard) and do some basic post and get. The get calls seem to be working but when i post it throws an 500 error .
*What i have tried:-* 1. When i try to post it by running python3 main.py in google console the response is a sign in page from google but when i enter the credentials doesnt go to the next screen. 2. App worked fine in my local machine and is working in AWS EC2.Have to use gcloud due to organisation requirement. 3. I followed the tutorial provided with google app engine for python application. *Here is the code:-* https://github.com/karan1414/sfab-test I changed the app.py to main.py while i deployed it on GCP. *P.S* : I just want some guidance on the right way to deploy a flask app on gcp. Pardon my commenting and code i am just a beginner looking to learn and improve. And this is my first question on stack overflow so do let me know if i have made some mistake while posting the question tried my best to adhere to the rules. Thank you ! -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/544c2f39-6950-46eb-ac71-916ee5160275%40googlegroups.com.
