Datastore on flex nodejs appengine stopped working - bad gateway 502

假如想象 提交于 2019-12-05 05:42:56

问题


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?

来源:https://stackoverflow.com/questions/41968705/datastore-on-flex-nodejs-appengine-stopped-working-bad-gateway-502

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!