Add NODE_OPTIONS for IPv4-first DNS resolution and set timeout for Google provider in auth options
Build and Push Reader Image / docker (push) Successful in 38s

This commit is contained in:
2026-04-24 01:16:09 +07:00
parent 0be9b5d577
commit d9a6629d31
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -21,6 +21,9 @@ export const authOptions: NextAuthOptions = {
GoogleProvider({
clientId: googleClientId || "",
clientSecret: googleClientSecret || "",
httpOptions: {
timeout: 10000,
},
}),
],
session: {