cancel
Showing results for 
Search instead for 
Did you mean: 

Modify - Fiorilaunchpad.html

Former Member
0 Kudos

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

https://help.sap.com/saphelp_nw75/helpdata/en/3e/21657efe7e4164b09a368ef3928c32/content.htm?frameset...

https://help.sap.com/saphelp_nw75/helpdata/en/8f/f1fd49eddf40c9a3450a1a37065a62/content.htm?frameset...


Please let me know if Iam right path to change the above SAPUI5 applicaiton to fix the domain/ URL issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182967
Active Contributor
0 Kudos

Hi Suhaas,

The Fiori Launchpad URL is shortened by using external alias (Customize the Launchpad URL - User Interface Add-On for SAP NetWeaver - SAP Library or )?

Regards,

Ning

Former Member
0 Kudos

Hi Ning,

Our gateway server can be reachable with https://host/extn

We have already created external alias and fiori launchpad is reachable with https://host/extn/flp

But we are not able to load the page and getting the above 404 errors

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


If I go to the chrome inspector and put a depbug and add the below line, all the resources are loading fine and oData Services are failing. So I thought I need to change some other files to work.. but not sure if changing the standard SAP application is good or bad and what to know the right path to make this.


sUI5LibraryRootPath = "/extn"+sUI5LibraryRootPath