minifabric
minifabric copied to clipboard
Create/Join new channel via operations-console fails
trafficstars
Steps:
- Create a new network on same host machine with 2 orgs (org0, org1 + orderers) with
minifab up -e true - Bring the console up with
minifab consoleup - Login to console and import assets from assets.tar.gz, associate identities
- Create new channel via console and keep default configuration
- Channel appears as "created" in console, click on it, add peers.
Findings:
- Channel misses the option to propose smart contract definition
- Channel has 3 transactions listed, clicking on any shows "no transactions yet"
- Channel details show all 2 orgs + orderers as members as expected
- In notifications, there is an error: "Signature request failed to send"
Host machine: Ubuntu latest LTS 64 bit
I repeated the setup from scratch several times, issue persists.
Is it a known bug/limitation? - Thanks!
I think the new org needs to be part of the channel first to join a peer to the channel.
I think the new org needs to be part of the channel first to join a peer to the channel.
When I create the channel, I add both organizations to it, setting at least one as Operator. I also tried setting both as operators, but the result was the same.