diff --git a/next.config.mjs b/next.config.mjs index e0483f567..01d342717 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,