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?