Hello all,
When I deploy an endpoint it is set to PROJECT-ID.appspot.com. And when I deploy the App Engine Backend for the endpoint it is deployed to PROJECT-ID.uc.r.appspot.com (us-central region)
So when I try to access the https://PROJECT-ID.appspot.com, it brings me a URL not found in the server. And neither the one with uc.r
Any ideas or any help? I am following the endpoints tutorial.
The tutorial I am following is this one: https://cloud.google.com/endpoints/docs/deploy-api?hl=es-419
Using the repo with all the code: https://github.com/GoogleCloudPlatform/endpoints-quickstart
Hope this can give a better context of what I am doing. Actually I am not missing any step and when the final deployment for App Engine is done, I think the issue is the .us.r added to the target URL of AppEngine and not to the Endpoint.
Thanks again and best regatds.