Increase proxyClientMaxBodySize to 10g in order to accept large databases.

This commit is contained in:
charlesgauthereau
2026-01-02 13:51:57 +01:00
parent 8bd3b0d731
commit 7bfc5c1d9b
+2 -1
View File
@@ -43,8 +43,9 @@ const nextConfig: NextConfig = {
},
experimental: {
serverActions: {
bodySizeLimit: "50mb",
bodySizeLimit: "10gb",
},
proxyClientMaxBodySize: '10gb',
},
async headers() {
return [