cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Build Work Zone Content Explorer Can't Show App

chenbo
Explorer
0 Kudos

https://developers.sap.com/tutorials/appstudio-fioriapps-mta-build-deploy.html

https://developers.sap.com/tutorials/cp-launchpad-integrate-sapui5-app.html

Please refer to the above document, Deploy my application to SAP BTP, Cloud Foundry environment.

But Content Explorer doesn't show the app.

Why does this happen?

 

MioYasutake
Active Contributor

Is your app visible in HTML5 Applications in the BTP cockpit?

MioYasutake_0-1713351715002.png

 

chenbo
Explorer
0 Kudos
HTML5 Applications does not show my app.

Accepted Solutions (0)

Answers (1)

Answers (1)

MioYasutake
Active Contributor
0 Kudos

@chenbo 

Please check manifest.json file and see if sap.cloud section exists. 

https://developers.sap.com/tutorials/btp-app-work-zone-setup.html#7712144e-0ac3-45ac-8ca8-6bca04ac61...

 

  "sap.cloud": {
    "public": true,
    "service": "cpapp.service"
  }

 

The value of "service" must be equal to sap.cloud.service in mta.yaml.

https://developers.sap.com/tutorials/btp-app-work-zone-setup.html#8fe4e078-337a-46fe-bfdf-71c6382ee9...

 

           - Authentication: OAuth2UserTokenExchange
             Name: cpapp-uaa
             ServiceInstanceName: cpapp-uaa
             ServiceKeyName: cpapp-uaa-key
             sap.cloud.service: cpapp.service