The API endpoint for the SAP BTP CloudFoundry environment I use is found in BTP Cockpit:

https://api.cf.ap21.hana.onde…

Login using the command line cf login:

Create an XSUAA service instance:

After uploading the application with CF PUSH, an error message is encountered:

For application ‘product-list’: No domains exist for route product-list-jerry.cfapps.eu10.hana.ondemand.com

Use the cf routes command to view routing information:

The website links

The domain of terms in this topic differs from its common usage and is specific to Cloud Foundry. Similarly, shared and private domains refer to resources that have a specific meaning in the Cloud Foundry. The use of domain names, root domains, and subdomains refers to DNS records.

The domain indicates to developers that requests for any routes created from the domain are routed to the Cloud Foundry. This requires configuring DNS out of the band to resolve the domain name to the IP address of the load balancer configured to forward requests to the Cloud Foundry router. For more information about configuring DNS, see DNS for a domain.

List Domains for an Org

When creating a route, the developer selects from the available fields. Use CF Domains to view a list of available domains for the target organization:

In my MANIFEST.YML file, the region used is EU10, change all the EU10 to my BTP region AP21, solve the problem:

Now the cf push executes successfully:

More of Jerry’s original articles can be found on “Wang Zixi “: