Just want to ask about running enrollAdmin.js and registeruser.js which I am having this issue.
Store path:/home/supplychain/Project-HLF-Logistics/code/BlockServer/hfc-key-store
(node:43498) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead
Error: Enrollment failed with errors [[{"code":19,"message":"CA 'ca.undefined.block.com' does not exist"}]]
at IncomingMessage.response.on (/home/supplychain/Project-HLF-Logistics/code/BlockServer/node_modules/fabric-ca-client/lib/FabricCAClient.js:470:22)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1064:12)
at _combinedTickCallback (internal/process/next_tick.js:139:11)
at process._tickCallback (internal/process/next_tick.js:181:9)
Failed to enroll admin: Error: Failed to enroll admin
Also, can you tell me how to run the application since on your readme, there is a UI being created. Can you walk me through that please? I am a new on blockchain and the development using nodejs, hope you can help me run this project locally. Thanks!
Just want to ask about running enrollAdmin.js and registeruser.js which I am having this issue.
Store path:/home/supplychain/Project-HLF-Logistics/code/BlockServer/hfc-key-store
(node:43498) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead
Error: Enrollment failed with errors [[{"code":19,"message":"CA 'ca.undefined.block.com' does not exist"}]]
at IncomingMessage.response.on (/home/supplychain/Project-HLF-Logistics/code/BlockServer/node_modules/fabric-ca-client/lib/FabricCAClient.js:470:22)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1064:12)
at _combinedTickCallback (internal/process/next_tick.js:139:11)
at process._tickCallback (internal/process/next_tick.js:181:9)
Failed to enroll admin: Error: Failed to enroll admin
Also, can you tell me how to run the application since on your readme, there is a UI being created. Can you walk me through that please? I am a new on blockchain and the development using nodejs, hope you can help me run this project locally. Thanks!