cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to load component manifest.json

0 Kudos

Hi All,

I created SAPui5 application in eclispe

tring to use manifest.json incomponent.js file

component-js.jpg

but getting error Failed to load component manifest.from "BookingList/manifest.json" (component BookingList.Component)! Reason: Error: resource BookingList/manifest.json could not be loaded from ./manifest.json. Check for 'file not found' or parse errors.

but I created file also

project-str.jpg

consoleerror.jpg

please help me on this

thank you

Accepted Solutions (1)

Accepted Solutions (1)

former_member228602
Contributor

Hello ,

The error clearly points that there is a syntax error in your manifest json. Go to an online js lint tool like http://jsonlint.com/ and copy paste the contents of your manifest.json and you should be able to figure the issue. Else you could also paste your manifest.json and we can identify the issue. Once this is fixed your application should load.

Thanks and Regards,

Veera

Answers (1)

Answers (1)

0 Kudos

thank you I used http://jsonlint.com/ and resolved