[GH-ISSUE #877] No push notifications on Android app #620

Closed
opened 2026-05-07 00:25:54 +02:00 by BreizhHardware · 1 comment

Originally created by @96Lucas96 on GitHub (Sep 8, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/877

🐞 Describe the bug
I'm not getting any push notifications on the android app, only when I go onto the app and refresh is when I'll see it. Works fine in web application.

💻 Components impacted
ntfy server, Android app, raspberry pi Kali Linux

🔮 Additional context
Whenever I try setup the server.yml file and use the persistence cache command:

sudo docker run
-v /var/cache/ntfy:/var/cache/ntfy
-v /etc/ntfy:/etc/ntfy
-p 80:80
-itd
binwiederhier/ntfy
serve
--cache-file /var/cache/ntfy/cache.db

to attempt to fix this nothing happens. There's no docker ps running for it and doesn't spit out an error either.

Originally created by @96Lucas96 on GitHub (Sep 8, 2023). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/877 :lady_beetle: **Describe the bug** I'm not getting any push notifications on the android app, only when I go onto the app and refresh is when I'll see it. Works fine in web application. :computer: **Components impacted** ntfy server, Android app, raspberry pi Kali Linux :crystal_ball: **Additional context** Whenever I try setup the server.yml file and use the persistence cache command: **sudo docker run \ -v /var/cache/ntfy:/var/cache/ntfy \ -v /etc/ntfy:/etc/ntfy \ -p 80:80 \ -itd \ binwiederhier/ntfy \ serve \ --cache-file /var/cache/ntfy/cache.db** to attempt to fix this nothing happens. There's no docker ps running for it and doesn't spit out an error either.
BreizhHardware 2026-05-07 00:25:54 +02:00
  • closed this issue
  • added the
    🪲 bug
    label
Author
Owner

@96Lucas96 commented on GitHub (Sep 8, 2023):

Got the problem fixed, had to set the connection to websockets :)

<!-- gh-comment-id:1712306684 --> @96Lucas96 commented on GitHub (Sep 8, 2023): Got the problem fixed, had to set the connection to websockets :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#620
No description provided.