When migrating my smart contract to a private Azure block chain I get this.
Error: Contract transaction couldn't be found after 50 blocks.
I am trying to migrate a ScoreStore smart contract which is deployed successfully on the development blockchain provided by truffle develop but the above error comes up after 10 or so minutes when trying to deploy to a private blockchain built using Azure template for Ethereum consortium leader template with defaults(1 transaction node, 2 mining nodes and default genesis block)
I have tried default gas and gasPrice values, even high and low values but this error does not go away.
Anyone has encountered or solved this? how?