安装Hyperledger Explorer出现[ERROR] FabricGateway - Failed to create wallet, please check the configuration, and valid file paths:解决办法
一般情况下,出现这个问题的原因是配置文件中,connection-profile/org1-network.json文件里的地址出现错误,仔细对照一下本地的路径和文件名称,看对不对
还有要检查docker-compose.yaml,冒号前的地址是否正确
volumes:
- ./config.json:/opt/explorer/app/platform/fabric/config.json
- ./connection-profile:/opt/explorer/app/platform/fabric/connection-profile
- ./organizations:/tmp/crypto
- walletstore:/opt/explorer/wallet