🔧 fix: Ensure continuation in Image processing on base64 encoding from Blob Storage (#6619)

This commit is contained in:
Danny Avila 2025-03-29 14:48:35 -04:00 committed by GitHub
parent e2ff0f986d
commit c381fc3ff0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,6 +110,7 @@ async function encodeAndFormat(req, files, endpoint, mode) {
});
const base64Data = await streamPromise;
promises.push([file, base64Data]);
continue;
} catch (error) {
logger.error(
`Error processing blob storage file stream for ${file.name} base64 payload:`,