diff --git a/web-ui/next.config.ts b/web-ui/next.config.ts index 0bcfd6c..8b4a462 100644 --- a/web-ui/next.config.ts +++ b/web-ui/next.config.ts @@ -13,6 +13,10 @@ const API_ORIGIN = const nextConfig: NextConfig = { output: "standalone", + experimental: { + proxyClientMaxBodySize: "100mb", + }, + async rewrites() { return [ {