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
Build and Push Reader Image / docker (push) Successful in 38s
This commit is contained in:
@@ -21,6 +21,9 @@ export const authOptions: NextAuthOptions = {
|
||||
GoogleProvider({
|
||||
clientId: googleClientId || "",
|
||||
clientSecret: googleClientSecret || "",
|
||||
httpOptions: {
|
||||
timeout: 10000,
|
||||
},
|
||||
}),
|
||||
],
|
||||
session: {
|
||||
|
||||
Reference in New Issue
Block a user