Published Rest service call: error 502 after 120s

0
Hello, I have a little problem: I created a web service that performs some operations and redirects to a page showing the result of these operations. These operations can last more than 2 minutes and when this is the case, the page displays an HTTP 502 error despite the process continuing to run. When the operation lasts less than 2 minutes, everything goes well... Do you know if and where the 2 minute limit is set? Is there a way to change this value? Thanks in advance
asked
1 answers
0

Have you checked in the runtime settings?
https://docs.mendix.com/refguide/custom-settings/

answered