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
I am using lookback:meteor-emails package and it works fine on my laptop, but it throws an error when I try to deploy my project to modulus.io. In the Template , i just use the name of the file as path (welcome.html). But I am always getting a "Could not read template file" error . Following is the log:
> meteor-dev-bundle@0.0.0 start /mnt/app/bundle/programs/server
> node ../../main
Could not read template file: /mnt/app/programs/server/assets/app/welcome.html mailer
Inside create user
email addreess = vaibhav.jain197@gmail.com
Sending Welcome Email
Could not render email before sending: Can't render undefined mailer
Now using node v0.10.41 (npm v3.8.7)
Found package.json: ./bundle/programs/server/package.json
Running command: npm start
> meteor-dev-bundle@0.0.0 start /mnt/app/bundle/programs/server
> node ../../main
Could not read template file: private/welcome.html mailer
Now using node v0.10.41 (npm v3.8.7)
Found package.json: ./bundle/programs/server/package.json
Running command: npm start
> meteor-dev-bundle@0.0.0 start /mnt/app/bundle/programs/server
> node ../../main
Could not read template file: welcome.html mailer
Now using node v0.10.41 (npm v3.8.7)
Found package.json: ./bundle/programs/server/package.json
Running command: npm start
> meteor-dev-bundle@0.0.0 start /mnt/app/bundle/programs/server
> node ../../main
Could not read template file: welcome.html mailer
Hi,
I am using lookback:meteor-emails package and it works fine on my laptop, but it throws an error when I try to deploy my project to modulus.io. In the Template , i just use the name of the file as path (welcome.html). But I am always getting a "Could not read template file" error . Following is the log: