mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Increase proxyClientMaxBodySize to 10g in order to accept large databases.
This commit is contained in:
+2
-1
@@ -43,8 +43,9 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: "50mb",
|
||||
bodySizeLimit: "10gb",
|
||||
},
|
||||
proxyClientMaxBodySize: '10gb',
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user