This repository was archived by the owner on Jan 22, 2021. It is now read-only.
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
Template file could not be read on modulus #62
Open
Description
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:
> [email protected] 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 = [email protected]
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
> [email protected] 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
> [email protected] 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
> [email protected] start /mnt/app/bundle/programs/server
> node ../../main
Could not read template file: welcome.html mailer
Metadata
Metadata
Assignees
Labels
No labels