mattermost / mattermost-mobile

Next generation iOS and Android apps for Mattermost in React Native
https://about.mattermost.com/
Apache License 2.0
2.25k stars 1.36k forks source link

Failed to send FCM push in Android #8213

Open ArtemZakuraev opened 2 months ago

ArtemZakuraev commented 2 months ago

Good afternoon, I decided to write to you because I couldn’t diagnose the problem myself, after updating the mobile application for Android I get the following picture (with debag mode enabled I don’t see anything in the log)

-- Платформа: Mattermost server v9.6.1 MattermostMobile: v2.20.0 mattermost-push-proxy:6.1.0

image

my config

image

I ask for help, because I don’t see any problems in the log

larkox commented 2 months ago

You may be missing a new config value in your push proxy config. Please add the following: "SendTimeoutSec": 30,

ArtemZakuraev commented 2 months ago

Unfortunately it didn't work

image