You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just made query from the blockchain network using fabric-client's query method but i got this error:
Error: No identity has been assigned to this client at Client._getSigningIdentity (/node_modules/fabric-client/lib/Client.js:1290:11) at Client.newTransactionID (/node_modules/fabric-client/lib/Client.js:645:33)
Please help to resolve this issue.
The text was updated successfully, but these errors were encountered:
Did you initiate the client properly and use new User({ }) constructor or import a user details from a wallet? Can you share the relevant code snippet you wrote.
I just made query from the blockchain network using fabric-client's query method but i got this error:
Error: No identity has been assigned to this client at Client._getSigningIdentity (/node_modules/fabric-client/lib/Client.js:1290:11) at Client.newTransactionID (/node_modules/fabric-client/lib/Client.js:645:33)
Please help to resolve this issue.
The text was updated successfully, but these errors were encountered: