diff --git a/auth.ts b/auth.ts index d53aeae..dea71d1 100644 --- a/auth.ts +++ b/auth.ts @@ -5,6 +5,7 @@ import getEnv from "./lib/env-entry"; export const { handlers, signIn, signOut, auth } = NextAuth({ secret: "this_is_nezha_dash_web_secret", + trustHost: true, providers: [ Credentials({ credentials: {