From aed83ade3bca9a8ea681a0bdebd505d9b52453de Mon Sep 17 00:00:00 2001 From: officer Date: Fri, 29 Aug 2025 00:22:22 +0900 Subject: [PATCH] =?UTF-8?q?auth.config.ts=EC=97=90=20trustHost=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/auth.config.ts b/auth.config.ts index 1266b71..05aeb33 100644 --- a/auth.config.ts +++ b/auth.config.ts @@ -18,4 +18,5 @@ export const authConfig = { }, }, providers: [], // Add providers with an empty array for now + trustHost: true, } satisfies NextAuthConfig; \ No newline at end of file