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
In our case, on each deploys packages are installed. But some server changes made that yarn install doesn't installed mjml.
For me the main issue here was that the error message came from ActionMailer and not MJML gem.
The text was updated successfully, but these errors were encountered:
@nicolas-brousse thank you for pointing this out! I do not have time to work on this project yet so if you can make PR with better error it may help someone in the future! :)
In a server I've got an issue where mails was not sent anymore.
We've got the following error, because
mjml
was not installed (it was before):I think
#extract_executable_version
method needs to catchErrno::ENOENT
exception, or something like that.It may help a lot for debug.
In our case, on each deploys packages are installed. But some server changes made that
yarn install
doesn't installedmjml
.For me the main issue here was that the error message came from ActionMailer and not MJML gem.
The text was updated successfully, but these errors were encountered: