mattermost / mattermost

Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
https://mattermost.com
Other
30.15k stars 7.22k forks source link

self-hosted push proxy returns "mismatched sender id" #20329

Closed footsim closed 2 years ago

footsim commented 2 years ago

I installed self-hosted push proxy service for MM using this guide https://developers.mattermost.com/contribute/mobile/push-notifications/service But tests fails with following error: Android response failure: &{7289498074377076443 0 1 0 [{ mismatched sender id}] [] 0 <nil>} type=android_rn I suppose that I should insert my FCM Sender ID in the push proxy's config. But I didn't find such reference. Could you provide detailed information?

amyblais commented 2 years ago

@footsim Would you be open to posting this troubleshooting question either on our Peer-to-peer Help channel here or on our troubleshooting forum here? Someone on our community or one of our devs will likely be able to help with this.

footsim commented 2 years ago

@amyblais Hi, I've found similar questions on forum: https://forum.mattermost.com/t/notification-server-fails/9779 https://forum.mattermost.com/t/mattermost-push-proxy-is-not-working/10350 But they're still not resolved. Maybe this issue will be more productive on the way of finding solution?

footsim commented 2 years ago

@amyblais Sorry, I've found my mistake, I haven't yet my own app with my FCM Sender ID. https://developers.mattermost.com/contribute/mobile/build-your-own/

estan commented 1 year ago

Sorry for necroposting, but is it really not possible to run your own self-hosted push proxy and use it with the officially built app distributed on Play and App Store?