Hi All
I am using the SAP Web Ide to build our own Fiori App but are getting issues after running it on the backend system.
The template from the SAP Web IDe is this one :
Everything work perfect when I test this through the SAP Web Ide.
But after I have successfully deployed the application to the gateway server(on premise) and assigned it to a role the App won't start.
Our Gateway system have SAPUI5 1.28.20 installed
If I take the F12 log on the browser I get :
It says : "found in negative cache: 'namesp/Component.js' from /sap/bc/ui5_ui5/sap/zmast128/Component.js: 404 - NOT FOUND"
The "namesp" is the namespace of my application. ( clip from : "Component.js" : return UIComponent.extend("namesp.Component" )
I thinkt this looks like that the Launchpad can't find the "Component.js" file - but where should I correct this ?
Is this because that the template from SAP Web Ide isn't working ?
Please help me...
Best regards
Lars