Hi Experts,
I have created a new project in SAP Web IDE and I am using a neo-app.json file to configure a route to my back-end for odata access. The following picture shows the relevant part of my neo-app.json file for this:
{ "welcomeFile": "/webapp/test/flpSandbox.html", "routes": [ { "path": "/sap/opu/odata", "target": { "type": "destination", "name": "CBH", "entryPath": "/sap/opu/odata" }, "description": "CBH" }, ..............................
When I start my application "locally" in SAP WebIDE I always receive a timeout when the odata access takes more than 30 seconds (e.g. when debugging the back-end odata logic):
In the SAP HANA Cloud documentation I have found the following for neo-app.json files when accessing REST Services:
This explains the behavior described above but I have not found any way to increase this time settings.
Any help appreciated.
Regards
Tobias