diff --git a/next.config.mjs b/next.config.mjs index e0483f56754..01d34271799 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -20,6 +20,10 @@ const nextConfig = { ); } + config.resolve.fallback = { + child_process: false, + }; + return config; }, output: mode,