Hi - I am getting the below error when i try to run my application in webide fullstack. metadata file is not loading.
Please see attached screen shot.
manifest.json
"sap.app": { "_version": "1.3.0", "id": "myFioriApps", "type": "application", "applicationVersion": { "version": "1.0.0" }, "title": "{{appTitle}}", "description": "{{appDescription}}", "dataSources": { "flight": { "type": "OData", "uri": "/sap/opu/odata/sap/Y_FLIGHT_DEMO_SRV/", "settings": { "odataVersion": "2.0" } } }, "tags": { "keywords": [ "{{fruits}}", "{{health}}" ] }, "ach": "FIN-AR-AC" },