2

After making some updates to an app I'm working on, I pushed the app up via gcloud app deploy --version dev and everything seemed to push just fine, but upon further inspection, any of my calls (get or post) that use the @google-cloud/datastore package fail with Bad Gateway 502 - nginx error.

I've put in console.logs everywhere and they never get past the line before any datastore.whatever() calls. tested with .save, .runQuery, and .update.

Weirder still, i can access the datastore just fine via my console, and my localhost still works 100% as expected, pulling the data from my cloud datastore.

I even tried to narrow it down via manual_scaling update i found here but that didn't seem to do anything

thoughts?

Community
  • 1
  • 1
trippedout
  • 1,561
  • 13
  • 20
  • we are having the same problem – Gintas_ Jan 31 '17 at 22:45
  • i just reverted to old production version and datastore seems fine - i think cloud build might be broken or not deploying right? – trippedout Jan 31 '17 at 22:46
  • no idea, will check more tomorrow. We are using "asia-northeast1" region by the way – Gintas_ Jan 31 '17 at 22:48
  • ive been deploying to us central and east, dont remember numbers exactly – trippedout Jan 31 '17 at 22:50
  • https://status.cloud.google.com/ shows a Compute Engine outage, but nothing else. – GAEfan Feb 01 '17 at 00:58
  • I've been unable to observe this error in testing using my own application. If this is still occurring, anybody affected should open a [Public Issue Tracker](https://code.google.com/p/googleappengine/issues/list) thread with label "Restrict-View-EditIssue" so that they can privately upload their code for us to compare with our own working code. – Nick Feb 09 '17 at 20:27

0 Answers0