Apps must be mapped to routes in the same space
问题 Below is the error on cf push : org.cloudfoundry.client.v2.ClientV2Exception: CF-InvalidRelation(1002): The app cannot be mapped to this route because the route is not in this space. Apps must be mapped to routes in the same space. Below is the manifest file: applications: - name: xyz-api instances: 1 memory: 1G buildpack: java_buildpack_offline path: target/xyz-api-0.1-SNAPSHOT.jar cf login x.y.z.w.org.cloud .... cf push xyz-api -p target/xyz-api-0.1-SNAPSHOT.jar We have two API end points: