Dean Christian Armada
Dean Christian Armada

Reputation: 7384

Google Cloud Endpoint not recognizing my API

I have 699 APIs for my Cloud Endpoint will that have any effect? I am clarifying because what I have noticed is many APIs are not recognized and returns "Method not exist".

Upvotes: 0

Views: 448

Answers (2)

Wayne Zhang
Wayne Zhang

Reputation: 145

You can enable debug for ESP by adding flag --enable_debug to ESP container start arguments. Then extract the log inside the ESP container at /var/log/nginx/error.log

If you can provide the service config from "gcloud endpoints configs describe <config_id> --service <service_name>" and the request URL you are sending, it will help too.

Upvotes: 1

Wayne Zhang
Wayne Zhang

Reputation: 145

Could you use CLI "gcloud endpoints configs describe" to check if these "Method not exist" methods are in the service config?

Upvotes: 1

Related Questions