[GH-ISSUE #1489] Enabling background notifications on Edge (Windows) breaks ntfy #1051

Closed
opened 2026-05-07 00:29:52 +02:00 by BreizhHardware · 1 comment

Originally created by @ktdd on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1489

🐞 Describe the bug
A recent bug: if background notifications are enabled on Edge, messages don't appear at all in unmuted topics. Muted topics still receive messages.

If I disable background notifications, messages work in unmuted topics and I get a system notification if web app is open.

Background notifications do work on Firefox.

💻 Components impacted
Web app

💡 Screenshots and/or logs
Server trace log attached.

ntfy.log

Web app behaves like this:

Background notifications enabled

Api.js:34 [Api] Publishing message to https://ntfy.REDACTED/REDACTED

Background notifications disabled

Api.js:34 [Api] Publishing message to https://ntfy.REDACTED/REDACTED

Connection.js:48 [Connection, ntfy.REDACTED/REDACTED, -1654884994] Message received from server: {"id":"nnJDhd7E1EVS","time":1763373446,"expires":1763891846,"event":"message","topic":"REDACTED","title":"You can delay messages up to 3 days","message":"Hello friend, this is a test notification from ntfy web. It's 11/17/25, 11:57 AM right now. Is that early or late?","priority":2,"tags":["cron-script","grinning","go-rocks"]}

Notifier.js:21 [Notifier, ntfy.REDACTED/REDACTED] Displaying notification nnJDhd7E1EVS

🔮 Additional context

Originally created by @ktdd on GitHub (Nov 17, 2025). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1489 :lady_beetle: **Describe the bug** A recent bug: if background notifications are enabled on Edge, messages don't appear at all in unmuted topics. Muted topics still receive messages. If I disable background notifications, messages work in unmuted topics and I get a system notification if web app is open. Background notifications do work on Firefox. :computer: **Components impacted** Web app :bulb: **Screenshots and/or logs** Server trace log attached. [ntfy.log](https://github.com/user-attachments/files/23579370/ntfy.log) Web app behaves like this: **Background notifications enabled** ``` Api.js:34 [Api] Publishing message to https://ntfy.REDACTED/REDACTED ``` **Background notifications disabled** ``` Api.js:34 [Api] Publishing message to https://ntfy.REDACTED/REDACTED Connection.js:48 [Connection, ntfy.REDACTED/REDACTED, -1654884994] Message received from server: {"id":"nnJDhd7E1EVS","time":1763373446,"expires":1763891846,"event":"message","topic":"REDACTED","title":"You can delay messages up to 3 days","message":"Hello friend, this is a test notification from ntfy web. It's 11/17/25, 11:57 AM right now. Is that early or late?","priority":2,"tags":["cron-script","grinning","go-rocks"]} Notifier.js:21 [Notifier, ntfy.REDACTED/REDACTED] Displaying notification nnJDhd7E1EVS ``` :crystal_ball: **Additional context**
BreizhHardware 2026-05-07 00:29:52 +02:00
  • closed this issue
  • added the
    🪲 bug
    label
Author
Owner

@ktdd commented on GitHub (Nov 17, 2025):

Background notifications work again (just received about 10 at the same time) so I guess it was a Microsoft problem, not an NTFY problem. Closing.

<!-- gh-comment-id:3541201540 --> @ktdd commented on GitHub (Nov 17, 2025): Background notifications work again (just received about 10 at the same time) so I guess it was a Microsoft problem, not an NTFY problem. Closing.
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#1051
No description provided.