Hi,
I am following this tutorial for consuming the OData from the On-premise system. But while deploying, I get errors like
Not found, or page keeps on loading.
manifest.yml
--- applications: - name: approuter-demo host: approuter-demo-newyears buildpack: nodejs_buildpack memory: 128M path: ./approuter health-check-type: none services: - demo-xsuaa - destination-lite - connectivity-lite
xs-app.json
{ "routes": [ { "source": "^/(.*)", "target": "/sap/opu/odata/sap/ZGW_EMPLOYEE_INFO_SRV/EmployeeHeaderSet", "destination": "NOD" } ] }
service-instances
destination
Error
Folder structure
Thanks in advance,
Badhusha.