Hi, @vdatttiwari-complian! Welcome to the Vercel Community
It looks like you exceeded the maximum size of 250 MB on your project.
From the documentation:
For Serverless Functions, the maximum uncompressed size is 250 MB including layers which are automatically used depending on runtimes. These limits are enforced by AWS.
You can use
includeFiles
andexcludeFiles
to specify items which may affect the function size, however the limits cannot be configured. These configurations are not supported in Next.js, instead useoutputFileTracingIncludes
.