oidc
HI cannot connect my nas oidc server . Got this message. Listening on port 7575 url: http://d6f0c56ea72f:7575
[next-auth][error][SIGNIN_OAUTH_ERROR]
https://next-auth.js.org/errors#signin_oauth_error outgoing request timed out after 10000ms {
error: {
message: 'outgoing request timed out after 10000ms',
stack: 'RPError: outgoing request timed out after 10000ms\n' +
' at /app/node_modules/openid-client/lib/helpers/request.js:137:13\n' +
' at async Issuer.discover (/app/node_modules/openid-client/lib/issuer.js:144:24)\n' +
' at async openidClient (/app/node_modules/next-auth/core/lib/oauth/client.js:16:14)\n' +
' at async getAuthorizationUrl (/app/node_modules/next-auth/core/lib/oauth/authorization-url.js:70:18)\n' +
' at async Object.signin (/app/node_modules/next-auth/core/routes/signin.js:38:24)\n' +
' at async AuthHandler (/app/node_modules/next-auth/core/index.js:260:26)\n' +
' at async NextAuthApiHandler (/app/node_modules/next-auth/next/index.js:22:19)\n' +
' at async auth (/app/.next/server/pages/api/auth/[...nextauth].js:143:12)',
name: 'RPError'
All URI and server are ok .. help please
[next-auth][error][SIGNIN_OAUTH_ERROR]
https://next-auth.js.org/errors#signin_oauth_error outgoing request timed out after 10000ms {
error: {
message: 'outgoing request timed out after 10000ms',
stack: 'RPError: outgoing request timed out after 10000ms\n' +
' at /app/node_modules/openid-client/lib/helpers/request.js:137:13\n' +
' at async Issuer.discover (/app/node_modules/openid-client/lib/issuer.js:144:24)\n' +
' at async openidClient (/app/node_modules/next-auth/core/lib/oauth/client.js:16:14)\n' +
' at async getAuthorizationUrl (/app/node_modules/next-auth/core/lib/oauth/authorization-url.js:70:18)\n' +
' at async Object.signin (/app/node_modules/next-auth/core/routes/signin.js:38:24)\n' +
' at async AuthHandler (/app/node_modules/next-auth/core/index.js:260:26)\n' +
' at async NextAuthApiHandler (/app/node_modules/next-auth/next/index.js:22:19)\n' +
' at async auth (/app/.next/server/pages/api/auth/[...nextauth].js:143:12)',
name: 'RPError'
All URI and server are ok .. help please
This is a list of errors output from NextAuth.js.