on ‎2023 Feb 14 12:03 PM
I have a node application deployed on BTP space, All the of request are getting timeout after 30 seconds.
I have tried setting the request timeout manually to 2 minutes from UI and from node itself, But nothing works. After going through lots of blogs, I found that there are some server level settings where the node application is deployed. Is there any way to change the files of server or setting of the server from node application?
Thanks in Advance.
For testing purpose I created below endpoint and waiting for 2 minutes before sending the response.

But when I hit this endpoint from UI, the request only last for 30 seconds and it gets timed out. This is how I am calling this endpoint.

Also note that, Request is getting timed out only after deployment, it is working fine on local.
Request clarification before answering.
group: destinations
properties:
forwardAuthToken: true
name: ***
url: ****
timeout: 600000<br>
can you try this in your yaml file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.