-
Notifications
You must be signed in to change notification settings - Fork 177
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
Message "ERROR [MailerService] Transporter is ready" when mail connection is successful #1131
Comments
I have exactly this too. |
d6480e3 |
This is preventing my CI/CD to pass. When will this be released? |
I have exactly this too. |
I have this too. Trying to connect to the Gmail |
Hello, when will the new version be released ? |
FYI, i'm on the latest (v1.11.2) and i get the same error. which is weird because it looks like the fix was released to v1.11.2. not sure what's going on. |
You are right, that's weird |
I have the same issue... I've seen you fixed it, but when it would be released? |
I am experiencing the same issue and I believe it should be resolved urgently |
@jaequery it was not included in the release 1.11.2 |
I also encountered this issue and subsequently adjusted the version of |
Fixed in this PR #1133. |
@GFoniX it is not related to the sendgrid error, the fix for this issue, merged before. We all waiting for the release of that fix. |
what is the blocker for this release? |
same problem :( |
@AbdulRahman-Sharief @joaodematejr @xxwangkaimin |
Debugger listening on ws://127.0.0.1:51567/b0316a6c-674f-4ca8-b364-b2d65aff7cdd same issue for me too But it is not an error, it is a information |
Path: lib/mailer.service.ts private verifyTransporter(transporter: Transporter, name?: string): void {
|
+ for issue. wait for hotfix |
although this seems like a minor "logging information" issue, this is actually breaking the the pipelines for many CI/CD deployment practices |
I'm having the same issue and this is breaking our CI/CD Pipeline as well.
|
Do we have information about when this bug will be fixed? |
Please I am having this same issue and its breaking my deployment. |
Right now, the only option is to stick to |
@saumil-palm If you were on v1.11.x earlier and just changed the package.json to reflect v1.10.3, chances are that npm/pnpm/yarn is just using the latest cached version. You need to pin the version to a specific number, so in package.json, remove the "^" in front of the version. Also, it helps to remove all node modules and just re-pull all dependencies again to ensure the latest version hasn't been cached. |
@AmruthPillai thank you for suggestions. |
I apologize once again, the issue stems from the fact that I added a "transporters" verification system. In the code, I used console.error instead of console.log for the validation. So, if you see "Transporter is ready", it will still work, but it will be displayed in red instead of green. The fix is currently being validated and will likely be published soon #1133. For those whose CI/CD is affected by this, I invite you, as explained by @AmruthPillai, to downgrade to version 1.10.3. To do this, simply execute this command: npm install @nestjs-modules/[email protected] -s Once again, sorry for any inconvenience caused. The fix should be validated soon. |
@GFoniX It's all good and fine, we all make mistakes and we appreciate your efforts. |
my version: I fixed it this way I changed |
It is better to downgrade or to wait for a fix as monkey patching is never a good solution. |
does anyone know why the fix can be released? |
I would appreciate a new release too. @juandav can you say something when you will be releasing it? |
I have the same issue
Why can't this be part of a pr and release? Seems trivial, though I haven't spent much time looking into this |
the fix is a one-liner. why would it take so long for approval? |
This package is not suitable (anymore ?) for production, it has been continuously broken in a way or another for the last two years we've been using it. No hard feelings for the maintainers who do as much as they can, and thanks for their hard work, but now it's pretty clear everyone using this package for serious matter should look for an alternative. |
Is there a process to allow new maintainers ? |
please has the problem been resolved? |
I didn't pull the latest changes, but I believe it has. I was following a related PR that I believe got merged |
I just tested sending email just now and I still get the same error. how to fix this error thanks from PR |
i get the same error on the latest release for now (v 2.0.0) |
the same here |
This seems fixed in 2.0.2, thanks! |
24/8/2024 I removed @nestjs-modules/[email protected] and then installed @nestjs-modules/[email protected], which resolved the error. It appears that the issue was fixed in version 2.0.2 of @nestjs-modules/mailer.
|
Describe the bug
When Nest app initialize, the module MailerModule start ok but instead of logging "[Nest] 12077 - 03/05/2024, 9:30:38 LOG [MailerService] Transporter is ready" It is logged as ERROR
To Reproduce
Expected behavior
Should logging "[Nest] 12077 - 03/05/2024, 9:30:38 LOG [MailerService] Transporter is ready"
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Other users already reported it https://stackoverflow.com/questions/78106894/error-mailerservice-transporter-is-ready-nest-js-nestjs-modules-mailer
The text was updated successfully, but these errors were encountered: