I use JSON in my channels and have both a Test and Production QIE server. In Test, I can use JSON.stringify(), but I can't in my Production environment. Here is a screenshot of my mapping node:

When I run the channel in my Production environment, I get the following: 'ReferenceError: "JSON" is not defined.'

What I am doing wrong?