It may be a bit late to answer this, but please add: checks: ['none'] to your google provider as:
Google({ clientId: process.env.GOOGLE_CLIENT_ID!, clientSecret: process.env.GOOGLE_CLIENT_SECRET!, checks: ['none'] }),