on 2024 Sep 07 5:48 PM
Hello SAP Experts,
Greetings for the day!
I have an odd situation.
I developed a CAP service with Hana Cloud and added the app UI content (Fiori Elements).
All the required bindings have been mapped to mta.yml file and successfully deployed on the cloud foundry and all the service bindings were created successfully including HTML5 binding.
CAP service , App Router etc. deployed & shows in green status as expected.
However, the Fiori App doesn't appear under the HTML5 Application Repository on BTP.
Can you please help me to understand what could be the possible reason for that.
Looking forward for the help . Thank You!
Best Regards
MD Manauwar
Based on your config you use the standalone approuter. You need to go via the approuter to open your app. The url can be found in the list of applications deployed to the cloudfoundry space.
If you want to switch to the managed approuter you need to configure an additional module like in this example starting at line 54 https://github.com/SAP-samples/btp-resource-consumption-monitor/blob/main/cf/mta.yaml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you used the approach described in the CAP Documentation: 5. User Interfaces
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gregorw,
I have checked the shared Documentation and executed some of the CLI commands, which was mentioned. However, all the deployment configurations for the UI along with the SAP Build Workzone launchpad module have been already added as part of the Fiori App Generator tool/templates. I have redeployed but no luck.
Thanks and Regards
MD Manauwar
Please check out the example https://github.com/SAP-samples/multi-cloud-html5-apps-samples/tree/main/managed-html5-runtime-fiori-.... Your mta is missing "sap.cloud.service" which must correspond to sap.cloud.service in the manifest.json.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gregorw,
I have referred to the above Git Project and tried adding the sap.cloud.service . But it didn't work.
Are there any blogs or documentation where it's been explained the process clearly?
As in most of the blogs, there is CAP deployment shown but without the App module.
Thanks and Regards
MD Manauwar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.