From 1d506f3ea58e8b810647d045c2b5d876cdf4c509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:34:15 +0100 Subject: [PATCH] fix(web): add libsodium-wrappers to serverExternalPackages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing from standalone output → invite creation crashes with 'Cannot find module libsodium-wrappers' in production. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index 8e9abb8..fd602ac 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -92,6 +92,7 @@ const config: NextConfig = { "@payloadcms/ui", "react-image-crop", "sharp", + "libsodium-wrappers", ], turbopack: { rules: {