threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Switching networks in admin dashboard leads to misprovisioning #769

Closed DylanVerstraete closed 4 years ago

DylanVerstraete commented 4 years ago

So first when I start my Threebot I was connected to the mainnet, I created a network reservation and everything went well. When I switched networks and tried to create a network again something went wrong. The network was being provisioned against the mainnet explorer with a node from testnet, where as the network never got deployed.

Following reservation was created with the chatflow: https://explorer.grid.tf/explorer/reservations/9936

As you can see the node 72CP8QPhMSpF7MbSvNR1TYZFbTnbRiuyvq5xwcoRNAib was used to create the network on, but this node is polling reservation id's from over 430.000 and this reservation id is 9936.

I think it is because my kosmos shell was still open in another tab when I switched networks..