Hey guys.
I have deployed an app that is working perfectly on my local machine to digitalocean using meteor-up. Randomly however, when I look in the console. the deployed app is outputting the error “Meteor.publish() is not a function”.
Of course the deployed app is also broken (i.e. not displaying any data form the database).
What could be the issue?
p.s. I am using angular for the front end.