Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

gcloud proxy resolves to wrong service URL

I'm using this command to create a proxy from localhost to my GCP Cloud Run app: "gcloud run services proxy my-cloudrun-app --region=europe-west6."

However, it does resolve to a wrong URL "https:/my-cloudrun-app-wxyz-oa.a.run.app" instead of the correct one "https:/my-cloudrun-app-abcd-oa.a.run.app" which is display in my cloud run service. Apparently the wrong one is an old one of a previous service which is not existing anymore...

Any idea how to fix it?

0 1 157
1 REPLY 1