We are getting below issue when we are launching the FLP link in this fashion - https://host/extn/flp, the resources like core js files and other files are not able to load and giving below issue:
Failed to load resource: the server responded with a status of 404 (Not Found)
https://host/sap/bc/ui5_ui5/ui2/ushell/resources/~20151216083100~/sap/fiori/core-min-0.js Failed to load resource: the server responded with a status of 404 (Not Found)
https://host/sap/bc/ui5_ui5/ui2/ushell/resources/~20151216083100~/sap/fiori/core-min-2.js Failed to load resource: the server responded with a status of 404 (Not Found)
https://host/sap/bc/ui5_ui5/ui2/ushell/resources/~20151216083100~/sap/fiori/core-min-3.js Failed to load resource: the server responded with a status of 404 (Not Found)
https://host/sap/bc/ui5_ui5/ui2/ushell/resources/~20151216083100~/sap/fiori/core-min-1.js Failed to load resource: the server responded with a status of 404 (Not Found)
https://host/sap/bc/ui5_ui5/ui2/ushell/resources/~20151216083100~/sap/fiori/core-min-2.js Failed to load resource: the server responded with a status of 404 (Not Found)
https://host/sap/bc/ui5_ui5/ui2/ushell/resources/~20151216083100~/sap/fiori/core-min-3.js Failed to load resource: the server responded with a status of 404 (Not Found)
So, I decided to chagne the FLP code in the below application:
SAPUI5 or BSP Name: /UI2/USHELL
File Name: Fiorilaunchpad.html
Please let me know if Iam right path to change the above SAPUI5 applicaiton to fix the domain/ URL issue.