Hello Everyone,
We have created a custom class VerifySignature for signature verification in the Apigee proxy. This works fine with Javacall out policy in Apigee X Dev environment.
However, when we try to get the same proxy deployed in QA environment, the deployment is failing with error steps.javacallout.JavaCalloutInstantiationFailed: "Failed to instantiate the JavaCallout Class com.apigee.VerifySignature"
The process of deployment is using CICD pipieline. The proxy application is imported into Github repository from Dev instance and then deployed into QA instance via pipelines.
Can someone help to understand how to fix this issue.