on 2024 Nov 08 9:07 AM
Dear Team,
I have recently started working on the URL Mashup App feature of the SAP B1 Web Client. Following the guide on How to Develop Web Client Extensions How to Develop Web Client Extensions , I generated the mtar file and deployed it using the SAP B1 Extension Manager.
Please note that this is a Fiori app hosted on BTP Cloud Foundry, and currently, the authentication mode in the app router is set to 'none'.
However, when I attempt to open the app in the SAP B1 Web Client, I encounter the following error:
Developer Tools Screenshot
Could you please assist me in resolving this issue?
Thank you.
Regards
Rahul Jain
Request clarification before answering.
Dear Everyone,
I approached SAP Support and they provided the following solution, there is a note on it - 2953730 - Common issues when integrating Cloud Foundry applications with iframes
But the actual solution I got this form this url - https://community.sap.com/t5/technology-blogs-by-members/disable-x-frame-options-in-scp-portal-cloud...
In SAP UI5 App, Inside index.html file change the attribute from data-sap-ui-frameOptions="trusted" to
<script id="sap-ui-bootstrap" data-sap-ui-frameOptions="allow">
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.