Fixed an issue with the new version of nextjs with client body size

This commit is contained in:
Jaret Burkett
2025-12-18 19:18:35 -07:00
parent ba00eea7d9
commit 113bbd0e3e
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ const nextConfig: NextConfig = {
serverActions: {
bodySizeLimit: '100mb',
},
middlewareClientMaxBodySize: '100mb',
},
};