We're running into a problem with 2 of our meteor projects. We have a QA environment and a Production environment for our applications on the meteor cloud. We deployed the same code branch (master) to each of our sites, yet we have a bug happening in one that isnt happening in the other.
Does anyone know what might be causing such an issue? Does meteor maybe update certain packages behind the scenes that we don't know about? Is there a way to check for package mismatch between 2 sites?