Question
Adobe Document generation api 500 internal service error on bigger files
Facing an issue related to docuemtn genration size. When I try adding too many images or images that are too large to the word template, the API fails, but if I scale back the number of images or crop some of the larger photos down, it will successfully generate the document.
Is the adobe API failing? surely it needs to handle bigger docuements. Is there a tech support line?
ServiceApiError: There was an error processing your request.
at handleErrorResponse (C:\Users\kbiriukov\Aqueous_project\document-generation\AVA_DocGen\adobe-dc-pdf-services-sdk\node_modules\@adobe\documentservices-pdftools-node-sdk\src\internal\http\http-client.js:137:3)
at onEnd (C:\Users\kbiriukov\Aqueous_project\document-generation\AVA_DocGen\adobe-dc-pdf-services-sdk\node_modules\@adobe\documentservices-pdftools-node-sdk\src\internal\http\http-client.js:176:3)
at IncomingMessage.<anonymous> (C:\Users\kbiriukov\Aqueous_project\document-generation\AVA_DocGen\adobe-dc-pdf-services-sdk\node_modules\@adobe\documentservices-pdftools-node-sdk\src\internal\http\http-client.js:216:5)
at IncomingMessage.emit (events.js:412:35)
at endReadableNT (internal/streams/readable.js:1334:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
requestTrackingId: 'QFsMXelsqiQFnFRPF0RixVLvSj9pA4Jn',
statusCode: 500,
errorCode: 'INTERNAL_SERVER_ERROR'
}