cancel
Showing results for 
Search instead for 
Did you mean: 

HTML Viewer doesn't work via Fiori Launchpad.

bryssinckjn
Discoverer
0 Kudos

Hi Experts,

I built a flavor with an HTML viewer for Google Maps. This works well in Webgui and Slipstream engine, but doesn't work if the flavor is called via Fiori launchpad (SAP Cloud Platform). Error "HTTP Status 404 - Not Found" is shown.

Even the simple HTML below doesn't work and shows the same error message.

<html>
<body style="text-align:center;background-color:Red;">
<b>
<p style="color:white;font-size:20px;">Parking meter<br>was defective</p>
</b>
</body>
</html>

Is there some setting wrong? Please help.

Kind regards,
Johan Bryssinck

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Johan,

Try using F12 developer tools and examine the full network trace. See the headers and from where the 404 HTTP error is coming from.

Maybe you have a web dispatcher between the browser and the service, and maybe this web dispatcher redirects the request to somewhere else.

Regards,

Cris

bryssinckjn
Discoverer
0 Kudos

Hi Cris,

Thank you for your response.

There is no web dispatcher used.

Is there missing authorizaton in SCP to visit certain sites (url's), like googlemaps?

Kind regards,
Johan Bryssinck

cris_hansen
Advisor
Advisor
0 Kudos

Hi Johan,

I would know. The best approach would get the F12 developer trace for the network, and see from where the 404 is coming. 404 is Not Found, i.e. doesn't mean authorization issue.

Regards,

Cris