Hi all ,
I'm trying to deploy a UI5 application from BSP to Fiori LaunchPad but I'm facing a problem coz my app has some external resource which defined in Index.html .
data-sap-ui-resourceroots='{ "mc": "./", "commonController": "../../../sap/bc/bsp/salm/resources/commonController" , "commonFragments": "../../../sap/bc/bsp/salm/resources/commonFragments", "control": "../../../sap/bc/bsp/salm/resources/control" }'
Error !
While Deploying on FLP ignore Index.html and use FioriLaunchpad.html , I have to defined those external resource in Manifest.js
this is what I did
Same problem again !
Caused by: Error: found in negative cache: 'mc/controller/BaseController.js' from undefined/mc/controller/BaseController.js: Error: failed to load 'commonController/Category.js' from /sap/bc/ui5_ui5/ui2/ushell/resources/~20171002144600~/commonController/Category.js: 404 - NOT FOUND
any suggestion please !
Best Regards