From 048d132da23fa14a42ade9d554fad2990030db1f Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 13 May 2024 12:24:47 +0300 Subject: [PATCH] apps/web: increase proxyTimeout up to 90s --- apps/web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index ca3cbdc..871834a 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -29,6 +29,7 @@ module.exports = withSentryConfig( }, experimental: { outputFileTracingRoot: path.join(__dirname, '../../'), + proxyTimeout: 1000 * 90, }, images: { deviceSizes: devices,