cancel
Showing results for 
Search instead for 
Did you mean: 

Extended fiori app not running when deployed on SAP ABAP server

Former Member
0 Kudos

Hi,

I extended a fiori application through Web ide,it runs fine when i run the app or deploy it on HANA cloud.But when i deployed the application on gateway ABAP server,activate and test, it loads a blank screen.

Based on old fiori applications i modified the index.html file for the new application.Now the app loads but it says no data,even though the same application displays data when i run directly through web ide.

The error thrown in the console is CustomerContext: error while loading personalization service: Cannot read property 'getService' of undefined

Any inputs?

Regards

Radhika

Accepted Solutions (0)

Answers (1)

Answers (1)

michal_keidar
Active Contributor
0 Kudos

Hi Radhika,

Extension projects created in Web IDE aren't meant to be run as a standalone, but only from FLP.

The reason is that in its index.html the sandbox.js is loaded (which includes among other things the Personalization service), and it can be loaded when you run the app via its Component.js file.

So please create a tile for it with configured target mapping and execute it this way.

Regards,
Michal.