Android Error when deployment on Production

I am using mup to deploy my Project to DigitalOcean. Today I deployment without debug Flag so it was a production build which bundles all files so the common things which Meteor does.
Now my Android App reload thanks to hot code push but now I am receiving a weird Error.

Uncaught TypeError: Cannot convert undefined or null to object

I went back with debug enabled an everything works fine.