sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
727 stars 774 forks source link

Deploy a CAP Business Service to SAP Business Technology Platform #23282

Closed FarozanFarman closed 11 months ago

FarozanFarman commented 11 months ago

Tutorials: https://developers.sap.com/tutorials/cap-service-deploy.html

At step 3: Deploy using cf deploy:

  1. In the deploy log, find the application URL of my-bookshop: This is the URL of the AppRouter, which enforces the authentication flow.

So the URL is : https://ab17a9c0trial-dev-my-bookshop-srv.cfapps.us10-001.hana.ondemand.com/odata/v4/catalog/Books and: https://ab17a9c0trial-dev-my-bookshop-srv.cfapps.us10-001.hana.ondemand.com/odata/v4/catalog/Authors

And they result with error:

image image

Please look into the issue.

Labels to be added: Scenario label: SCPTest-banode Sprint Label: SCPTest-2311A Landscape Label: trail2 Priority: High

Thanks & Regards, Farozan

renejeglinsky commented 11 months ago

It should be without -srv, like this: https://ab17a9c0trial-dev-my-bookshop.cfapps.us10-001.hana.ondemand.com/odata/v4/catalog/Books

Then it's the approuter.

FarozanFarman commented 11 months ago

Hi @renejeglinsky,

Thank you so much; that works! I will close the ticket.