Hi All,
I have a custom UI5 application which is running fine locally and its also running fine when deployed to ABAP server but when launched from fiori launchpad it throws up error saying "sap not defined".I have used the following bootstrap in index.html
<script src="resources/sap-ui-cachebuster/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.m,sap.ui.layout,sap.ui.core"
data-sap-ui-theme="sap_bluecrystal"
data-sap-ui-appCacheBuster="./">
</script>
Any suggestions would be highly appreciated.
Thanks in advance