404 Not Found - App Engine

When I deploy an endpoint it is set to PROJECT-ID.appspot.com. And when I deploy the App Engine Back end for the endpoint it is deployed to PROJECT-ID.REGION-ID.r.appspot.com

So when I try to access the https://PROJECT-ID.appspot.com, it brings me a URL not found in the server.

Any ideas or any help? I am following the endpoints tutorial.

0 2 71
2 REPLIES 2

Hi Alex, 

This forum is for Google Workspace-related questions, you might receive a better response here: 

https://www.googlecloudcommunity.com/gc/Serverless/bd-p/cloud_serverless

However from what I understand you might not have exposed your endpoint to be reachable you might have missed a step creating a service account or exposing the endpoint to be executable as a guest. 

If you are following a skillboost challenge try posting the challenge and it would be better to get more context to the question 

Hello Sergio,

Thanks for replying and for the tip of Serverless forum, I will post this question there too.

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 you 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 sissue is the .us.r added to the target URL of AppEngine and not to the Endpoint.

Thabks again and best regatds.