while we are trying to hit azure invoice sync endpoint we are getting a 500 internal server error with the following error logs in azure-invoice pods
endpoint -> curl -v -X POST "http://vs-azure-invoice.model-inference-azure-ocr.svc.cluster.local:8080/formrecognizer/documentModels/prebuilt-invoice:syncAnalyze?api-version=2023-07-31" -H 'accept: */*' -H 'Content-Type: application/octet-stream' --data-binary '@/tmp/invoice_example.pdf'
fail: formrecognizerinvoice[0]
Caught Endpoint POST API [Analyze] exception SubscriptionId='' RequestId='67174171-c93b-4113-8cc9-8ec2011f0f47' Timestamp='' buildVersion='1.2.1187.0-20241022.6-786a24c3#' hostId='vs-azure-invoice-5845796bb6-72n7x' serviceName='formrecognizerinvoice' namespace='vdi' Namesapce='vdi' operationId='67174171-c93b-4113-8cc9-8ec2011f0f47' errorResponseHttpStatus='500' errorCode='UnhandledEndpointException'
bt if we are trying to hit azure invoice async endpoint it is working
endpoint -> curl -v -X POST "http://vs-azure-invoice.model-inference-azure-ocr.svc.cluster.local:8080/formrecognizer/documentModels/prebuilt-invoice:analyze?api-version=2023-07-31" -H 'accept: */*' -H 'Content-Type: application/octet-stream' --data-binary '@/tmp/invoice_example.pdf'
any suggestions ?