Default Save and Cancel button throws missing parameters error while in context
0
Hi there, When configuring OIDC I can save the configuration, but if I cancel the configuration it throws the error below. When I add action button that executes a microflow, it getting the correct context/parameters, but standard Save & Cancel only get the parameters of the layout and not of data widgets on the page. So there is a work around, but it's strange that default buttons are throwing errors or am I missing something? Error message: com.mendix.webui.WebUIException: Exception while executing runtime operation at com.mendix.webui.actions.client.RuntimeOperationAction.$anonfun$apply$3(RuntimeOperationAction.scala:62) Caused by: com.mendix.webui.WebUIException: Invalid value of a query parameter Objects at com.mendix.webui.actions.client.QueryUtil$.$anonfun$parseParameters$3(QueryUtil.scala:35) Caused by: java.lang.AssertionError: assertion failed: Received MRDS.SwitchTheme while parameter should be one of these [OIDC.ClientConfigHelper,OIDC.ClientConfiguration,OIDC.ScopeSet,OIDC.ClaimSet,UserCommons.UserProvisioning] at com.mendix.webui.actions.client.QueryUtil$.assertType(QueryUtil.scala:135) at com.mendix.webui.actions.client.QueryUtil$.$anonfun$parseObjectsValue$3(QueryUtil.scala:104) at com.mendix.webui.actions.client.QueryUtil$.$anonfun$parseObjectsValue$3$adapted(QueryUtil.scala:99) at scala.collection.immutable.Vector.foreach(Vector.scala:2125) at com.mendix.webui.actions.client.QueryUtil$.parseObjectsValue(QueryUtil.scala:99) at com.mendix.webui.actions.client.QueryUtil$.parseParameter(QueryUtil.scala:57) etc. Thanks, Zef