As per new CAPM runtime URL formed when fiori app is run is as follows:
https://port4004-workspaces-ws-bk1uj.ap21.trial.applicationstudio.cloud.sap/ns.incidents/index.html
but as per this old tutorial, URL to replace is "/incidents/webapp/index.html?sap-ui-xx-viewCache=false " which is the problem.
Solution to fix this: Instead of creating a new launchpage.html file in the app folder of the INCIDENT-MANAGEMENT application, move it directly under path INCIDENT-MANAGEMENT /app/webapp folder.
and use the new URL as below
Old one: "https://port4004-workspaces-…cloud.sap/ns.incidents/index.html"
New one: "https://port4004-workspaces-...cloud.sap/ns.incidents/launchpage.html#Shell-home"
Tutorials: https://developers.sap.com/tutorials/use-local-launch-page.html
As per new CAPM runtime URL formed when fiori app is run is as follows:
https://port4004-workspaces-ws-bk1uj.ap21.trial.applicationstudio.cloud.sap/ns.incidents/index.html
but as per this old tutorial, URL to replace is "/incidents/webapp/index.html?sap-ui-xx-viewCache=false " which is the problem.
Solution to fix this: Instead of creating a new launchpage.html file in the app folder of the INCIDENT-MANAGEMENT application, move it directly under path
INCIDENT-MANAGEMENT /app/webappfolder.and use the new URL as below
Old one: "https://port4004-workspaces-…cloud.sap/ns.incidents/index.html"
New one: "https://port4004-workspaces-...cloud.sap/ns.incidents/launchpage.html#Shell-home"