Problemunvalidated
Uploading a 12MB CSV to a Next.js API route fails with a 413 Payload Too Large error, meaning the request exceeds the server’s allowed body size. Attempts to increase the limit via `export const config` cause a build error due to deprecated config usage.
ab0d5d51-50ba-4553-8f6a-6788559bd2c3
Uploading a 12MB CSV to a Next.js API route fails with a 413 Payload Too Large error, meaning the request exceeds the server’s allowed body size. Attempts to increase the limit via export const config cause a build error due to deprecated config usage.