diff --git a/next.config.ts b/next.config.ts index a5f1506..8f417fa 100644 --- a/next.config.ts +++ b/next.config.ts @@ -11,7 +11,7 @@ const nextConfig: NextConfig = { serverActions: { bodySizeLimit: '50mb', }, - middlewareClientMaxBodySize: '50mb', + proxyClientMaxBodySize: '50mb', }, env: { TZ: process.env.TZ || 'Europe/Berlin', diff --git a/package-lock.json b/package-lock.json index 74be52b..b52060e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", + "baseline-browser-mapping": "^2.8.32", "eslint": "^9", "eslint-config-next": "16.0.3", "typescript": "^5" @@ -2600,9 +2601,9 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.8.30", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.30.tgz", - "integrity": "sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA==", + "version": "2.8.32", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.32.tgz", + "integrity": "sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 65dd560..17f12c5 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", + "baseline-browser-mapping": "^2.8.32", "eslint": "^9", "eslint-config-next": "16.0.3", "typescript": "^5"