#Problem with nodemailer when using email provider

7 messages · Page 1 of 1 (latest)

chilly coralBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

jolly shore
#

bump

jolly shore
#

bump

jolly shore
#

bump 😭

digital bramble
#

@jolly shore 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 ?

fierce arch
#

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

jolly shore