As mentioned above, i have chnaged in env.js
The line setTimeout(function() this.onreadystatechange(),10) to
SetInterval(function() this.onreadystatechange(),10) ...
We ignored the one recurring error lines apprearing in the production build console due to this change, the genered productuion.js works fine.