From c67293e956b21683fe8c11989002f00173c8ffa0 Mon Sep 17 00:00:00 2001 From: Claudio Wunder Date: Tue, 14 Nov 2023 19:41:30 +0100 Subject: [PATCH] fix: attempt build hotfix --- next.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index e52780cb53259..f1c35aaed920c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -65,6 +65,8 @@ const nextConfig = { ], // Removes the warning regarding the WebPack Build Worker webpackBuildWorker: false, + // Otherwise Build fails due to unrecognizable character + serverComponentsExternalPackages: ['@sentry/profiling-node'], }, };