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
Description:
After updating the latest Node, Express and Mail template versions, the error appeared.
Once sending an email the Node.js server throws:
(node:13892) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
at node:internal/util:454:17
at new Promise ()
at node:internal/util:439:12
at Email.render (D:\Projects\uvvo\node_modules\email-templates\index.js:254:47)
at async Promise.all (index 1)
at async Email.renderAll (D:\Projects\uvvo\node_modules\email-templates\index.js:268:37)
at async Email.send (D:\Projects\uvvo\node_modules\email-templates\index.js:338:20)
Describe the bug
Node.js version: 23.2.0
OS version: Windows 10 Pro 22H2 19045.5131
Description:
After updating the latest Node, Express and Mail template versions, the error appeared.
Once sending an email the Node.js server throws:
(node:13892) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake.
at node:internal/util:454:17
at new Promise ()
at node:internal/util:439:12
at Email.render (D:\Projects\uvvo\node_modules\email-templates\index.js:254:47)
at async Promise.all (index 1)
at async Email.renderAll (D:\Projects\uvvo\node_modules\email-templates\index.js:268:37)
at async Email.send (D:\Projects\uvvo\node_modules\email-templates\index.js:338:20)
Actual behavior
Throws the DeprecationWarning
Expected behavior
Do not throw the DeprecationWarning
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: