raix-push
raix-push copied to clipboard
production: false not working as expected
I upgraded from an earlier version of raix:push to the latest 3.0.2 and replaced config.push.jsonwith the new JS-based configuration Push.Configure().
However, whatever I try, I cannot set production: false. If I configure it like this:
{
apn: {
...
production: false,
...
},
production: false,
}
the server still prints:
WARNING: Push APN is configured to production mode - but server is running from localhost
I am also wondering why there are multiple production flags and not just one?
I also get this response.
Interesting - sounds like a bug