IBM / raft-fabric-sample

Build and run a Hyperledger Fabric network using the Raft consensus protocol. Deploy a five-node ordering service, submit transactions via the Fabcar UI, and test the network by stopping some of the ordering nodes.
https://developer.ibm.com/patterns/run-smart-contract-on-blockchain-network-with-raft-ordering-service/
Apache License 2.0
54 stars 38 forks source link

Failed to enroll admin user: admin TypeError: FileSystemWallet is not a constructor #28

Closed LukasJaks closed 4 years ago

LukasJaks commented 4 years ago

When I ran enrollAdmin.js using node from web-app/server it gives me an error: Failed to enroll admin user: admin TypeError: FileSystemWallet is not a constructor.

iman-hussain commented 4 years ago

Have had the same issue for the past few days, issue is present on Windows and Linux machine, will update with logs in the morning

LukasJaks commented 4 years ago

Was user error. permissions should be left on default (I did chmod -R 777 on the whole folder).