diff --git a/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx b/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx index 7a0fa9b9fc..d2875e0281 100644 --- a/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx +++ b/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx @@ -851,7 +851,7 @@ export const POST = async ( files: input?.map((f) => ({ filename: f.originalname, mimeType: f.mimetype, - content: f.buffer.toString("binary"), + content: f.buffer.toString("base64"), access, })), },