XO: Multiple VM creation - Uncaught TypeError
-
I am using the current build of XO [commit:
1c01f
] and there appears to be an issue when using the Multiple VMs creation feature.I noticed the following TypeError in the browser console when either recalculating the VM number or refreshing the VM name. The goal is to create three VMs however only two are created and the name does not update.
I use this feature when rebuilding my lab and previously have not had any issue.I can work around this however wanted to report here. Same behaviour in two browsers Firefox and Brave. I have not seen any other reports of this on the forum. Let me know if this can be replicated or if I can capture more information; thanks.
index.js:780 Uncaught TypeError: Cannot read properties of undefined (reading 'forEach') at a._buildTemplate (index.js:780:28) at index.js:771:25 at index.js:65:1 at index.js:27:1 at a.u [as _buildVmsNameTemplate] (index.js:76:1) at index.js:821:29 at Object.o (ReactErrorUtils.js:24:1) at s (EventPluginUtils.js:83:1) at Object.executeDispatchesInOrder (EventPluginUtils.js:106:1) at d (EventPluginHub.js:41:1) (anonymous) @ index.js:780 (anonymous) @ index.js:771 (anonymous) @ index.js:65 (anonymous) @ index.js:27 u @ index.js:76 (anonymous) @ index.js:821 o @ ReactErrorUtils.js:24 s @ EventPluginUtils.js:83 executeDispatchesInOrder @ EventPluginUtils.js:106 d @ EventPluginHub.js:41 f @ EventPluginHub.js:52 t.exports @ forEachAccumulated.js:22 processEventQueue @ EventPluginHub.js:250 (anonymous) @ ReactEventEmitterMixin.js:15 handleTopLevel @ ReactEventEmitterMixin.js:25 f @ ReactEventListener.js:70 perform @ Transaction.js:141 batchedUpdates @ ReactDefaultBatchingStrategy.js:60 batchedUpdates @ ReactUpdates.js:95 dispatchEvent @ ReactEventListener.js:145
-
Ping @lsouai-vates