Next.js Discord

Discord Forum

OAuthCallbackError when using Next auth with linkedin Provider

Unanswered
Indian oil sardine posted this in #help-forum
Open in Discord
Indian oil sardineOP
Hey I am using next Auth linkedin auth provider for making a linkedin app.
I am getting the following error
 {
  error: AggregateError [ETIMEDOUT]: 
      at internalConnectMultiple (node:net:1116:18)
      at internalConnectMultiple (node:net:1184:5)
      at Timeout.internalConnectMultipleTimeout (node:net:1710:5)
      at listOnTimeout (node:internal/timers:583:11)
      at process.processTimers (node:internal/timers:519:7) {
    name: 'OAuthCallbackError',
    code: 'ETIMEDOUT'
  },
  providerId: 'linkedin',
  message: ''
}

0 Replies