Hi all,
I've been working on apps migration from Launchpage to Launchpad.
I'm following this document.
After getting my custom developed apps showing on Launchpad, when accessing those apps, I get "404 file not found" errors for files that exist in server.
For example, Component.js file in Launchpage was accessed like: http://SERVER/sap/bc/ui5_ui5/sap/UI5_SICF_SERVICE/Component.js
Now, after configuring the app in LPD_CUST and successfully present it on LaunchPad the Component.js file is accessed like: http://SERVER/default_host/sap/bc/ui5_ui5/sap/UI5_SICF_SERVICE/Component.js
Can anyone explain why I can't get "default_host" path correctly? If I execute in browser the request "http://SERVER/default_host/" it gives me "Service cannot be reached" message.
Thank you in advance