the very first image i posted for this issue has the screen shot of the error.
https://d2r1vs3d9006ap.cloudfront.net...
All you guys have to do to fix is either change the code that builds the map of params from storage variables to convert them to strings or else on line 564 of appery.js change the value to a string e.g
swap
var newValue = value && value.replace(this.PARAM_PATTERN, _performParametersSubstitution);
with
var newValue = value && value.toString().replace(this.PARAM_PATTERN, _performParametersSubstitution);
I don't have any more time to spend on this, it's your product and I have given more than enough details on this so you either care or don't.