Universal GUI - Process Flow Triggers `bad_request` HTTP 400 error
Dear community,
When performing a process flow that has existed since 2017, but now executing it in the Universal GUI. It results in a `bad_request` error response. HTTP code 400.
Within our team we have seen a set of occurrences where the process flow works as expected in WinGUI, however not in UGUI. This process flow opens a detail view, edits a row and prefills a set of fields. After the user presses ‘save’ on the form edit. A row is added to the detail of the element.
See screenshot for reference of the process flow.
The problem is that the underlying problem is not traceable, since Indicium does not report an error. Just the universal GUI responds with a bad_request HTTP 400 error on the `continue` request.
/continue Status: 400 Source: Network Address: 212.121.123.213:443 Initiator: _app-830f5064ccd20668.js:204:2481511
Couple of important remarks:
- The error does not occur when running the application directly from within the Software Factory. When connecting Universal GUI through Indicium to this IAM database with url/iam/sf, the error does not occur.
- No error log in Indicium runtime.
- No clear error message in browser console/network.
- Just a response from Indicium’s API stating bad_request as a return statement, without clarification in the request response body, nor in the Indicium log.
