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
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
I get the error below when trying to send email with v1.0.1. Unsure how to solve.
I reverted to v1.0.0 and everything works fine.
TypeError: this.transport is not a function at <MY_PATH>\node_modules\keystone-email\lib\Email.js:111:8 at <MY_PATH>\node_modules\keystone-email\lib\Email.js:66:3 at Immediate._onImmediate (<MY_PATH>\node_modules\express-handlebars\lib\utils.js:26:13) at processImmediate [as _immediateCallback] (timers.js:383:17)
The text was updated successfully, but these errors were encountered:
I get the error below when trying to send email with v1.0.1. Unsure how to solve.
I reverted to v1.0.0 and everything works fine.
TypeError: this.transport is not a function
at <MY_PATH>\node_modules\keystone-email\lib\Email.js:111:8
at <MY_PATH>\node_modules\keystone-email\lib\Email.js:66:3
at Immediate._onImmediate (<MY_PATH>\node_modules\express-handlebars\lib\utils.js:26:13)
at processImmediate [as _immediateCallback] (timers.js:383:17)
The text was updated successfully, but these errors were encountered: