sanjeev bhusalS
Convex Community17mo ago
10 replies
sanjeev bhusal

Issue with nodemailer

I am trying to send a email using nodemailer. I am using nodemailer to send emails for forget-password functionality.

When I try to deploy my code to convex via "bun convex dev", I get a error "The package "stream" wasn't found on the file system but is built into node. Are you trying tobundle for node? You can use "platform: 'node'" to do that, which will remove this error."

I don't understand where do i add "platform:node" ? I searched convex documentation, stackoverflow but couldn't find anything.
Was this page helpful?