From 0ca7cc6b298c9c279f49a5b00ba89ff9202e75ce Mon Sep 17 00:00:00 2001 From: Gautam Velpula Date: Thu, 15 Feb 2024 18:05:26 -0500 Subject: [PATCH] Fix build issue --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index 1269ef7d8..02944373d 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,8 @@ /** @type {import('next').NextConfig} */ module.exports = { + experimental: { + missingSuspenseWithCSRBailout: false + }, eslint: { // Disabling on production builds because we're running checks on PRs via GitHub Actions. ignoreDuringBuilds: true