mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Fixed an issue with the new version of nextjs with client body size
This commit is contained in:
@@ -12,6 +12,7 @@ const nextConfig: NextConfig = {
|
||||
serverActions: {
|
||||
bodySizeLimit: '100mb',
|
||||
},
|
||||
middlewareClientMaxBodySize: '100mb',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user