Exception from Tracker recompute function on Meteor deployment

Hello everyone,
I’ve developed an application with React, Meteor and I deployed it through Galaxy.

Everything looks fine in development mode but on production, once you load a page there is an exception (as down below) on the page. If you just refresh it once, it will be solved. This is happening for all of the pages

Exception from Tracker recompute function:




   at https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:187:2659999
    at a.t [as getMeteorData] (https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:115:1181)
    at https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:115:2596
    at e.Computation._compute (https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:45:2359)
    at new e.Computation (https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:45:1298)
    at Object.e.autorun (https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:45:4311)
    at https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:115:2181
    at Object.e.nonreactive (https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:45:4492)
    at t [as calculateData] (https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:115:2149)
    at a.componentWillUpdate (https://SITENAME/9c10c43f53522fcb62efe1c1eec858adcc69c0b5.js?meteor_js_resource=true:115:3583)