cancel
Showing results for 
Search instead for 
Did you mean: 

Manifest.json - Cannot read property "settings" of undefined

0 Kudos
2,573

Hi experts!

I am developing a hybrid app on Web IDE and deploying it through HAT to my computer. When deploying to HAT, I get this error:

"(hybrid-toolkit) Get project zip encountered error: Cannot read property 'settings' of undefined"

This error appeared when I changed the manifest.json to add a new property: "sap.mobile". If I remove it, the error disappears. What's the reason for this error?

Thank you!

Best Regards

View Entire Topic
jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is this the same issue as the question below? If so, please close it.

https://answers.sap.com/questions/128500/kapsel-offline-error-while-trying-to-open-store.html?childT...

Regards,

Jamie

SAP - Technology RIG

0 Kudos

It's not the same issue but I think they could be related. This error happens on Web IDE. That issue you mentioned happens to all applications I have created in my experiences to work with the offline plugin.

For this issue I found a workaround but not a comfortable solution. I deployed the application without the OData configurations to HAT and then manually added the configurations and used Cordova to build the project. When running the project I get the error on that question.