fabcar when I do node invoke.js i am getting below error message at end
Transaction failed to be committed to the ledger due to ::TIMEOUT
but when I am running Query.js I am getting the correct output why it is happening like this any ideas
PS C:\Users\admin\fabric-samples\fabcar> node invoke.js
Store path:C:\Users\admin\fabric-samples\fabcar\hfc-key-store
(node:6988) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition
instead
Successfully loaded user1 from persistence
Assigning transaction_id: 1ec80f4fee7a7fe6b841653d59d893d29b85668f226ce9acfcef35258030ffcb
Transaction proposal was good
Successfully sent Proposal and received ProposalResponse: Status - 200, message - ""
Send transaction promise and event listener promise have completed
Successfully sent transaction to the orderer.
Transaction failed to be committed to the ledger due to ::TIMEOUT
fabcar when I do node invoke.js i am getting below error message at end Transaction failed to be committed to the ledger due to ::TIMEOUT but when I am running Query.js I am getting the correct output why it is happening like this any ideas PS C:\Users\admin\fabric-samples\fabcar> node invoke.js Store path:C:\Users\admin\fabric-samples\fabcar\hfc-key-store (node:6988) DeprecationWarning: grpc.load: Use the @grpc/proto-loader module with grpc.loadPackageDefinition instead Successfully loaded user1 from persistence Assigning transaction_id: 1ec80f4fee7a7fe6b841653d59d893d29b85668f226ce9acfcef35258030ffcb Transaction proposal was good Successfully sent Proposal and received ProposalResponse: Status - 200, message - "" Send transaction promise and event listener promise have completed Successfully sent transaction to the orderer. Transaction failed to be committed to the ledger due to ::TIMEOUT