I deployed a corda node to corda testnet and I built my sample coded cordapp and copied the jars to the corda node cordapp folder and ran the node and It loaded the workflow (Workflow Cordapp : Template Flows) jar but not the contract (CorDapp Template Contract) jar. The node also is running in production mode. When I do POST requests to the node. It shows error
I configured the contract build.gradle file and turn the signing to false.
This is the node error and the logs: