App Engine dev tries and fails to reach Datastore #233
Closed
Description
Updated 12/12/14
I'm running https://github.com/stephenplusplus/sillycloud/tree/gae with an app.yaml and Dockerfile copied from the appengine quickstart project. I only made small modifications to match my structure.
When I run gcloud preview app run .
I see that my routes are correctly configured. I have a handler for GET requests to /api/users: https://github.com/stephenplusplus/sillycloud/blob/master/actions.js#L10. The first api request, runQuery
, is where I start experiencing errors.
NOTE: I'm using my branch from #328 to test against
See #233 (comment) for the error I'm experiencing.