So, I'm building an application in HTML 5 using SAPUI5, HANAXS and FIORI.
I have my project on a general application (called 'lccapp') at my HCP instance and now I want to deploy it into another one (called 'labscustomercenter').
But I'm having some troubles with that.
So, I have my project called: 'lccapp'.
This project has a index.html which references to some custom css files and to the sap-ui-core.js library.
When I run it locally (using WEB IDE button - ALT+F5) it runs perfectly with NO ERROR in the console.
But, when I deploy my project into a new application on HCP.
Here is what happen: http://prntscr.com/dusfmd
I've already change the reference to 'src="resources/sap-ui-core.js"' as follows and here is what happens too:
How can I solve this?