cancel
Showing results for 
Search instead for 
Did you mean: 

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

0 Kudos
2,582

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

Under sap.ui5 try adding a default model.

		"models": {
			"": {
				"dataSource": "Z_FIORI_SRV"
			},
			"i18n": {
				"type": "sap.ui.model.resource.ResourceModel",
				"settings": {
					"bundleName": "rte.sap.fiori.decapagem.i18n.i18n"
				}
			}
		},

Regards,

Jamie

SAP - Technology RIG

0 Kudos

It's working! Thank you! I tried your suggestion and now I am able to deploy from Web IDE to HAT my project with the "sap.mobile" property on manifest.

Best Regards,

Luis