cancel
Showing results for 
Search instead for 
Did you mean: 

Component-preload.js 404 (Not Found)

Former Member
0 Kudos

Hi,

I'm beginner in SAPUI5. I started sample application by following link Application best practices . Initially I created sample page with title and one label. So while executing in browser title displaying , label is not displayed and in console following error shows  "/Component-preload.js 404 (Not Found)". Could you please help on this.

Page View Code :


<core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"

  controllerName="sap.ui.demo.myFirstApp.view.FirstPage" xmlns:html="http://www.w3.org/1999/xhtml">

  <Page title="My First App">

  <content>

          <Label text = "Hello "/>

</content>

  </Page>

</core:View>


Thanks in Advance,

Venu

Accepted Solutions (1)

Accepted Solutions (1)

scott_stefanich
Active Participant
0 Kudos

Hello Venu,

Here are a couple of good SCN discussions on Component.preload.js,

component-preload.js not found (404 not found)

UI5 Components: Component-preload.js

The discussions includes explanations and suggestions for resolving the error, but for your scenario, you can probably simply ignore the error.

Regards,

Scott

Former Member
0 Kudos

Thank you Scott.The mentioned links are very useful thank you

Former Member
0 Kudos

Thanks Scott.

Answers (0)