You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the improvement or update you wish to see?
The v5 Migration guide does not document that the email provider has been replaced by the Nodemailer provider and a bunch of service-specific providers.
Is there any context that might help us understand?
Figuring this out was fairly straightforward, because the configuration threw an error with the legacy "Email" provider, and the switch to Nodemailer in the configuration was simple. However, I lost an hour or so figuring out that calls to next-auth/reactsignIn were silently failing, and that, e.g.,
What is the improvement or update you wish to see?
The v5 Migration guide does not document that the email provider has been replaced by the Nodemailer provider and a bunch of service-specific providers.
Is there any context that might help us understand?
Figuring this out was fairly straightforward, because the configuration threw an error with the legacy "Email" provider, and the switch to Nodemailer in the configuration was simple. However, I lost an hour or so figuring out that calls to
next-auth/react
signIn
were silently failing, and that, e.g.,needed a
s/email/nodemailer
(or whatever service-specific email provider). This should probably be documented in the Migration section.(also, maybe there should be a separate PR that this shouldn't silently fail?)
Does the docs page already exist? Please link to it.
https://authjs.dev/getting-started/migrating-to-v5
The text was updated successfully, but these errors were encountered: