diff --git a/next.config.ts b/next.config.ts index f104148e..ffb58319 100644 --- a/next.config.ts +++ b/next.config.ts @@ -43,8 +43,9 @@ const nextConfig: NextConfig = { }, experimental: { serverActions: { - bodySizeLimit: "50mb", + bodySizeLimit: "10gb", }, + proxyClientMaxBodySize: '10gb', }, async headers() { return [