[SOLVED] Can't enable TPNS for push notification

Hi, i’ve installed mattermost server TE with docker (https://github.com/mattermost/mattermost-docker) and cannot enable TPNS for mobile push notification, when select Use IOS and Android apps on iTunes and Google Play with TPNS and click to Save, the field Enable Push Notifications set to Do not send push notifications automatically

001

after click Save return to Do not send push notifications

Any idea?

1 Like

I’ve resolved modifyng directly config.json in this way:

"SendPushNotifications": true,
"PushNotificationServer": "http://push.mattermost.com",
"PushNotificationContents": "generic",
2 Likes

Thanks for posting back your resolution @stefanocog!

1 Like