Common connection profile missing error while adding user for organization
问题 I am getting Error: Common connection profile is missing this client's organization and certificate authority Error, while running gateway.getClient().getCertificateAuthority() code line. My connection profile file is there and as per my understanding it has no issues. Following is my nodejs client code. 'use strict'; const { FileSystemWallet, Gateway, X509WalletMixin } = require('fabric-network'); const path = require('path'); const ccpPath = "../connection-ogr4.json"; async function main()