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
Describe the bug
Docs mention about setting NODE_ENV === "test" to enable mailing in "test mode". But in my case (nextjs) it was always defaulting to "development" even when I run the application NODE_ENV=test next dev.
To Reproduce
Steps to reproduce the behavior:
Run NextJS app with NODE_ENV=test
Mailing is not in test mode
Expected behavior
Mention in the docs you can use MAILING_INTEGRATION_TEST and TEST env variables to turn on test mode in mailing
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Nor bug / nor feature. Code is in place, docs are missing
The text was updated successfully, but these errors were encountered:
Describe the bug
Docs mention about setting
NODE_ENV === "test"
to enable mailing in "test mode". But in my case (nextjs) it was always defaulting to "development" even when I run the applicationNODE_ENV=test next dev
.To Reproduce
Steps to reproduce the behavior:
NODE_ENV=test
Expected behavior
Mention in the docs you can use
MAILING_INTEGRATION_TEST
andTEST
env variables to turn on test mode in mailingScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Nor bug / nor feature. Code is in place, docs are missing
The text was updated successfully, but these errors were encountered: