We're running into an issue with a DSRequest coming from an add operation from a DynamicForm. It look like the request payload is also appended in the request URL so we're getting a 414 (URI is too large) http response code.
Is this normal? The same behavior isn't present coming from a ListGrid. I've attached screenshots of the request from the browsers DevTools console.
Is this normal? The same behavior isn't present coming from a ListGrid. I've attached screenshots of the request from the browsers DevTools console.
Comment