We had a working solution for Cloud Endpoints on the standard AppEngine, but recently we switched to managed virtual machines https://cloud.google.com/appengine/docs/java/managed-vms/
Everything seems to work the same, except for Cloud Endpoints.
I have the same results for the production of managed virtual machines and the local docker dev environment.
Some suspicious lines from the gcloud preview app runoutput:
INFO: default: "POST /_ah/spi/BackendService.getApiConfigs HTTP/1.1" 404 29
INFO: default: "GET /_ah/api/discovery/v1/apis/admin/v1/rest?fields=servicePath%2Cresources%2Cparameters%2Cmethods&pp=0 HTTP/1.1" 500 60
I canβt find out if Google Cloud Endpoints are supported on managed virtual machines in general? And if they are supported, what should I do to fix this problem?
source
share