I have a problem with push notifications on Android device.
I did a fresh install of Debian 10, latest ZM, ES, etc...
I checked the board for a similar problem, and found this thread:
viewtopic.php?t=29019
I checked my logs and everything seems OK:
Feb 19, 2020 11:54:40 AM INFO EventSever: Initializing Websocket with URL wss://xxxx:9000
Feb 19, 2020 11:54:40 AM DEBUG EventSever: Using native websockets...
Feb 19, 2020 11:54:40 AM DEBUG Transitioning state to: app.log with param {}
Feb 19, 2020 11:54:40 AM DEBUG CACHE: found for key: cached_timezone with expiry of:86400s
Feb 19, 2020 11:54:40 AM DEBUG CACHE: cached value for key:cached_timezone is good as 258 <86400
Feb 19, 2020 11:54:40 AM DEBUG Timezone API response is:Europe/Paris
Feb 19, 2020 11:54:40 AM DEBUG Real value of PRIVACY is:0
Feb 19, 2020 11:54:40 AM DEBUG EventSever: WebSocket open called with:{"webSocketId":"039d119e-942f-484a-9f1c-0d5bf92058c4","code":101}
Feb 19, 2020 11:54:40 AM INFO EventSever: openHandshake: Websocket open, sending Auth
Feb 19, 2020 11:54:40 AM DEBUG EventSever: sendMessage: received->{"event":"auth","data":{"user":"admin",<password removed>,"monlist":"1","intlist":"0"}}
Feb 19, 2020 11:54:40 AM DEBUG EventServer: ok to send message
Feb 19, 2020 11:54:40 AM DEBUG EventSever: Initializing FCM push
Feb 19, 2020 11:54:40 AM INFO EventSever: Setting up push registration
Feb 19, 2020 11:54:41 AM DEBUG EventSever: Push Notification registration ID received: {"registrationId":"XXXX","registrationType":"FCM"}
but still nothing on my device (Xiaomi Mi 9)
I modified the push notifications settings on zmninja App on my Phone (all boxes to "on") still nothing
I'm lost :/

Can someone help me?

thank you