You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I further tested this issue using a long running n8n workflow to rule out a server side timeout - and validated the bug by receiving the same error outcome.
Created a simple webhook workflow with a 1min wait step before responding
Created a REST API query in lowcoder, set to a 45sec timeout
I believe this is a different issue. Default nginx proxy timeout is 60 seconds.
Here the problem is in the webclient when calling the HTTP request - it uses default timeout setting which is 30 seconds.
Is there an existing issue for this?
Current Behavior
When setting a "Timeout After" value in any of my queries, they all timeout after 30 seconds, no matter what value is set.


Expected Behavior
It's expected that the queries being invoked, would respect the "Timeout After" value defined and apply it to the HTTP call.
Steps to reproduce
Environment
Lowcoder 2.0.1
Additional Information
No response
The text was updated successfully, but these errors were encountered: