Mobile notifications not working all of a sudden

Hey all,

as @JtheBAB noted, the TPNS URL was updated from HTTP://push-test.mattermost.com to HTTPS://push-test.mattermost.com. This affects Mattermost 5.6 and later.

We’re adding a redirect from http to https, so that those servers with http entered in their config.json file will have their push notifications continue to work: https://mattermost.atlassian.net/browse/MM-13865

The workaround in the meantime is to

  • go to your config.json file
  • update PushNotificationServer to https://push-test.mattermost.com,

and notifications should work again for you

/cc @jbaird

1 Like