Help much appreciated for issue Failed to execute insertBefore on Node

0
Hi, After we've upgraded an application from 7.15.1 to 7.23.8, we get a strange error when trying to change the value of an attribute. This happens with a button, which you click, which then triggers a microflow that will change the value of said attribute. This seemed to go well in 7.15.1 but now we get the following error:  Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. Error: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:46:236898     at E.<computed>.O.<anonymous> (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:46:236709)     at Object.forEach (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:5:30349)     at n (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:46:236574)     at E.<computed>.O._setReadOnlyAttr (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:46:236803)     at E.<computed>.O.set (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:46:188025)     at E.<computed>.O.updateSequence (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:52:309224)     at E.<computed>.O.objectUpdate (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:52:309691)     at E.<computed>.O.<anonymous> (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:5:26566)     at E.<computed>.O._runSubscription (http://localhost:8080/mxclientsystem/mxui/mxui.js?637183985097888835:52:75279) It seems a DOM related issue but I'm not entirely sure what this means and how to resolve it. Any input will be appreciated!  Many thanks.  -Laxmi
asked
1 answers
0

Hi! Just ran into the same issue, did you happen to find a solution to the problem?

answered