Problem with nodemailer when using email provider
Unanswered
Pont-Audemer Spaniel posted this in #help-forum
Original message was deleted.
7 Replies
Pont-Audemer Spaniel
bump
Pont-Audemer Spaniel
bump
Pont-Audemer Spaniel
bump ðŸ˜
Orange-tailed bumble bee
@Pont-Audemer Spaniel I seem to have a similar problem with Next-Auth and nodemailer. I'm getting this error:
Can't resolve 'fs'. Was this your error ? If so, did you solve it and how ?So the problem with node mailer is that it was made for previous version of react, where some aspects didn't take place until a certain point. At that point, FS was available, but later versions call and look for FS later, which makes node mailer not work. You can get around this by including fs in your package
@Orange-tailed bumble bee <@460428342781542402> I seem to have a similar problem with Next-Auth and nodemailer. I'm getting this error: `Can't resolve 'fs'`. Was this your error ? If so, did you solve it and how ?
Pont-Audemer Spaniel
That was from long ago so I don't remember much but that wasn't my error it just wasn't able to connect I think something with dns
But what the other guy told you looks right