Robert Fines

Results 5 comments of Robert Fines

I have been able to get it work using an image tag that looks like so: ``` ``` and in the associated js file: ``` Template.uploader.helpers({ publicId:function(){ var u =...

Is this inside of a Meteor App? If so, you should not have to require anything as the http module is already included in Meteor Core. Take a look at...

Also you could use something like the SyncedCron package to run scheduled tasks inside of a meteor app.

You can try using a different buildpack, like this one: https://github.com/AdmitHub/meteor-buildpack-horse I was having the same problem and switching build packs fixed it for me. I submitted a ticket to...

There is a different buildpack that can be used to build and deploy your meteor apps to Heroku. I am not affiliated with it, but it did fix the deployment...