Closed TimKeitany closed 2 years ago
How are you adding the nodes?
It seems that it does not find the connection id in the stat.
I am importing all the nodes first. Below is my json:
{"drawflow":{"Home":{"data":{"26":{"id":26,"name":"database","data":{},"class":"database","html":"
I suspect the issue emanates from this json but I cant seem to spot it.
The default inputs and outputs start in 1 in all nodes. Order is correlative.
"inputs": {
"input_1": {
"connections": []
},
"input_2": {
"connections": []
}
},
"outputs": {
"output_1": {
"connections": []
},
"output_2": {
"connections": []
}
},
Hi @jerosoler . Thanks for the feedback. The issue is now resolved after I implemented your instructions.
I get this error when I make a connection between two nodes.
drawflow.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'connections') at i.dragEnd (drawflow.min.js:1:12791)
I am using the UI.
What might be the issue here?
Thanks