Geoffrey Merran

Results 5 comments of Geoffrey Merran

Need this as well

Hello, Got exactly the same problems when rendering emails to send to different customers in AWS lambda

I found a workaround. I actually build with a script all my folder heml, into a folder html. Push both folders and in the code I directly load from the...

I had the exact error as [ldemesla](https://github.com/ldemesla) my error was due to using Yarn 2, therefore yarn commands used by `heroku plugins:install heroku-builds` were not compatible. My workaround was to:...