cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to load resources/sap-ui-core.js as mentioned in OpenSAP Week1Unit2

GirieshM
Active Contributor
0 Kudos

Hi All,

I am recently going through the SAP UI5 via OpenSAP courses and I am getting into an issue when implementing the code in webide. When I display the picture in the index.html it is displaying the picture without any problem but when I add viewName using sap.ui.xmlview it is getting into the error.

I tried my best but unable to find any clue.

Can any one please help me to get rid of this issue.

With Regards,

Giriesh M

Accepted Solutions (0)

Answers (2)

Answers (2)

annette_frei
Participant

Hello Giriesh,

The error in the core.js is just a related issue, the root cause of your problem is the "file not found" error. Please check if the names of file and folder are correct, "view" with a small letter at the beginning, and "App" with a capital letter. You can also check this step in the walkthrough tutorial for a working example: https://sapui5.hana.ondemand.com/#docs/guide/1409791afe4747319a3b23a1e2fc7064.html

Regards, Annette

0 Kudos

Have you tried directly access the sap-ui-core.js using your browser? It might caused by network related issue.