Joseph Y
Joseph Y
@nielsjansendk It seems like the label property for relationships expect to be a property that relationship has. So if `MY_CONNECTION` has a property called `databus` with a value of `100BIT`...
I'll note, this issue is not reproducible in a Windows environment. (That is, both absolute and relative paths just work) In Linux (Ubuntu), the error does occur. It does seem...
In the views root path. ```Javascript const emailTemplates = new EmailTemplates({ message: { from: "[email protected]" }, views: { root: "../email_templates", options: { extension: 'eta' } }, transport: transporter }); ```