raix-push icon indicating copy to clipboard operation
raix-push copied to clipboard

production: false not working as expected

Open derwaldgeist opened this issue 8 years ago • 2 comments

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?

derwaldgeist avatar Jul 25 '17 18:07 derwaldgeist

I also get this response.

burkaslarry avatar Oct 02 '17 10:10 burkaslarry

Interesting - sounds like a bug

raix avatar Nov 24 '17 15:11 raix