We have a mobile android application built on Meteor 1.3.2.4
Overall the App is working nice and smooth, except hot code push feature: it does not work at all.
Server-side is working on our own dedicated server using Nginx + Phusion Passenger server software.
I’ve read all related topics here and still have no idea how to figure out the cause of the problem.
So I would be very grateful for any help or advice.
Is your live version the same meteor version? (ex. 1.3.2.4). If you upgrade from a previous version, it could block hot code refresh, as there could have been some cordova or core plugins upgraded since the previous version (for example, going from 1.3.0 to 1.3.2).
hi guys thanks for the reply,… i found the issue, it was Meteor.settings.public set without wrapping it inside a meteor startup… this is on server side… putting it inside meteor startup fixed the issue on our end… question is, why did it cause an issue with the cordova version and server version not being aligned… and cause the hot code push to fail…