-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TransformStream is not defined #262
Comments
Hi @Qlipoth |
Hello. I refused using this package in favor of an older version of it: mailgun-js and it works properly. I created file: pages -> api -> mail.js My code snippet: const { MAILGUN_API_KEY, MAILGUN_DOMAIN, MAILGUN_URL, FROM_EMAIL_ADDRESS, CONTACT_TO_EMAIL_ADDRESS } = process.env; |
Of course, it is your choice, but I would not recommend you to use mailgun-js package. |
I am closing this issue. |
Hello, I use this package with Next.js.
const Mailgun = require('mailgun.js');
breaks my app. There is an errorReferenceError: TransformStream is not defined
error How can i fix it?Node version: v16.14.2
Next.js: 12.1.1
OS: Win 10
The text was updated successfully, but these errors were encountered: