Matrix dendrite push notifications not working properly.
-
For some reason my push Notification are not working properly even with my ntfy server. I will miss calls from people because it doesn't seem like my clients are running in the background on my pixel. I have the battery access set to unrestricted. I do not know why the clients don't run in the background to notify me.
It seems they only really notify me if I keep the client open.
I am using a google pixel 8 running grapheneos. The clients I have tried are: schildichat and element.
I have also tried it on my fiance's google pixel 8 running grapheneos and the same issue appears.
I am running both my ntfy server and matrix server on docker on a ubuntu 20.04 machine with casaos. I use cloudflare tunnels to forward my services.
Any help is appreciated!
-
S [email protected] shared this topic
-
[email protected]replied to [email protected] last edited by
Are you certain that Element does not run in the background? It always does for me, both on my Samsung with OneUI and on another Samsung with LineageOS. Perhaps not really helpful, but my observation is that Element's background "listening for notifications" is quite reliable. Might this be due to some settings in your OS?
-
[email protected]replied to [email protected] last edited by
INFO Connection closed with HTTP 500 (ntfy error 50003) (error=internal server error: base-url must be be configured for this feature
Yeah, sounds like you need to configure the base-url of ntfy.
-
[email protected]replied to [email protected] last edited by
ELement from google play always use the google push notiofication system, which is always running. But element from say f-droid, does not have access to that, so it needs another push daemon to work, like ntfy.
-
[email protected]replied to [email protected] last edited by
Is this within a config file for ntfy? When I access it through local host it tells me it needs to be accessed through https. Which I setup through cloudflare tunnels and the error went away.
There was no config file generated for my docker container for ntfy.