I've been followed some tutorial such as
- Saving data on Hyperledger-Composer network
- How to restart the fabric composer without losing the existing data?
Based on composer network start error, I must added one line of code export MSYS_NO_PATHCONV=1
but I've an error and the network can't start normally
✖ Starting business network definition.
This may take a minute...
Error: Error trying to start business network.
Error: Unable to initalize channel. Attempted to contact 1 Peers. Last error was
Error: Error: 2 UNKNOWN: access denied: channel [composerchannel] creator org [Org1MSP]
Please, tell me what should I do to fix my problem
Thank you for your time.