Hi UI5 gurus,
Is it possible to run mockserver (initiate) when the app is running in Fiori Launchpad (app deployed on SAP Cloud Platform)?
I tried initiating mockserver of my app in Component~ init method
But, app still calls the real OData service on remote backend.
I guess, its calling OData service before mockserver can start.
Pls suggest the right approach.