Hi,
I'm struggling to create a gateway for Asia-east1, however, US works fine. Asia-east1 was in the supported list but seems to get some odd behaviour when creating from CLI. Tried from UI too but there it fails without error message.
The error message is saying its trying to create an GAE instance in east2 which is bit odd. I tried to create the GW in east2 too, but that failed as it was not supported, as expected.
Any ideas what I could try next?
Command:
gcloud beta api-gateway gateways create order-gw \
--api=divit-orders --api-config=order-api \
--location=asia-east1 --project=divit-dev-1
ERROR: (gcloud.beta.api-gateway.gateways.create) Create App Engine Application: 'asia-east2' violates constraint ‘constraints/gcp.resourceLocations’ on the resource 'apps/r36dbfd50d45d9c5f-tp'.
com.google.net.rpc3.RpcException: generic::FAILED_PRECONDITION: 'asia-east2' violates constraint ‘constraints/gcp.resourceLocations’ on the resource 'apps/r36dbfd50d45d9c5f-tp'