I deployed my Meteor app on Modulus via their command line tools. I'm using v1.0.4rc4 of Meteor. After starting up the server everything works fine for a short time. After some time the server throws the following error and restarts when accessed by a client:
/mnt/data/1/node_modules/fibers/future.js:245
throw(ex);
^
RangeError: Maximum call stack size exceeded
I never had that problem in my development environment and could not find anything about it online. Any idea what causes this?
Edit: I played around a little bit more and it really only happens when one of my Cordova apps starts up and it seems before any of my code get's executed.