On NextJS v15, update next.config.js as follows:
next.config.js
/** @type {import('next').NextConfig} */ const nextConfig = { serverExternalPackages: ['pdf-parse'], }; module.exports = nextConfig;