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