I am trying to set up mailer as indicated in the documentation
However, when I execute the command
yarn rw setup mailer
I get the error
× The “data” argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received
an instance of Promise
■ Adding api/src/mail directory…
■ Adding example ReactEmail mail template
■ Adding production dependencies to your api side…
■ Adding development dependencies to your api side…
The “data” argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Promise
I am using redwood version 7.6.3. Can anyone assist me on this problem? Thank you!