Skip to content
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

@vjain20

Description

@vjain20

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:

> 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions