hello - getting below error when launching the application in Web IDE . Application works fine in Eclipse/apache server.
Failed to load resource: the server responded with a status of 404 (Not Found) request @ datajs.js?eval:17 sap-ui-core.js:161 2017-08-17 13:43:11.364425 [ODataMetadata] initial loading of metadata failed - N @ sap-ui-core.js:161
Uncaught (in promise) ObjectxmlDoc: document__proto__: Objectconstructor: function Object()hasOwnProperty: function hasOwnProperty()isPrototypeOf: function isPrototypeOf()propertyIsEnumerable: function propertyIsEnumerable()toLocaleString: function toLocaleString()toString: function toString()valueOf: function valueOf()__defineGetter__: function __defineGetter__()__defineSetter__: function __defineSetter__()__lookupGetter__: function __lookupGetter__()__lookupSetter__: function __lookupSetter__()get __proto__: function __proto__()set __proto__: function __proto__() index.html:1975 Uncaught (in promise) Objectmessage: "HTTP request failed"request: Objectresponse: ObjectresponseText: "<html><head><title>Error report</title></head><body><h1>HTTP Status 404 - Not Found</h1></body></html>"statusCode: 404statusText: "Not Found"__proto__: Object
I am using northwind service and have created destinations and metadeta.xml file in manifest.json already.
Any clues what might be the issue ? Thanks