cancel
Showing results for 
Search instead for 
Did you mean: 

'index.html not found' Error while executing app on FIORI Launchpad

Firoz_Ashraf
Contributor
0 Kudos

Hi,

I have created one app on SAP Web IDE and have successfully deployed it to backend ABAP System.

I have configured this in LPD_CUST. The tile is appearing in my FIORI Launchpad. However, when I am executing this I am getting the error:

'File sap/ZF_WEBIDE_TEST/index.html NOT found!'

Any help would be highly appreciated.

Regards,

Firoz.

Accepted Solutions (1)

Accepted Solutions (1)

Firoz_Ashraf
Contributor

Hi,

I have found the solution. I did the following two things and my app started working on FIORI Launchpad without adding 'webapp' in the URL:

  1. When creating the app on SAP Web IDE, I created it in the version of my on-premise Gateway (which is 1.28.23)

  2. In LPD_CUST, added the component name in 'Additional Information' field which is taken from the BSP Application Component.js file.

Regards,

Firoz.

former_member316433
Discoverer
0 Kudos

Thanks, Firoz! Your solution worked for me

Answers (3)

Answers (3)

0 Kudos

Hi Firoz Ashraf,

the 2nd step did the trick in my case. Thanks a lot!! 🙂 . I was struggling with this the all week.

former_member316433
Discoverer
0 Kudos

Thanks, Firoz! Your solution worked for me

0 Kudos

In the LPD_CUST the URL should end with this: /webapp

Not it works like a charm.

Reward if helpful 🙂

Firoz_Ashraf
Contributor
0 Kudos

Hi Parth,

I have changed the URL in LPD_CUST to /sap/bc/ui5_ui5/sap/ZF_WEBIDE_TEST/webapp

But still the app is not running and is giving the error

File sap/ZF_WEBIDE_TEST/webapp NOT found!