I am using meteor-handlebars-server to render email template in server and send it to users. But I randomly get email templates that is outdated a long time ago. This issue persists for a while until it does not all of a sudden, then it comes back. This happens locally and also in production.
I am using this package like this (to be precise, Telescope is):
Handlebars.templates['myEmailTemplate']({//my variables//});
It is very strange. Any suggestions?
I am using
meteor-handlebars-serverto render email template in server and send it to users. But I randomly get email templates that is outdated a long time ago. This issue persists for a while until it does not all of a sudden, then it comes back. This happens locally and also in production.I am using this package like this (to be precise, Telescope is):
It is very strange. Any suggestions?