[GH-ISSUE #998] No Notification in iOS 17.2.1 #701

Closed
opened 2026-05-07 00:26:41 +02:00 by BreizhHardware · 3 comments

Originally created by @thokich on GitHub (Jan 7, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/998

i see in Docker Log the Warning.

server.yml
base-url: "https://ntfy.abc.de"

behind-proxy: true

upstream-base-url: "https://ntfy.sh"

cache-file: "/var/cache/ntfy/cache.db"
attachment-cache-dir: "/var/cache/ntfy/attachments"

auth-file: /var/lib/ntfy/user.db
auth-default-access: deny-all

log-level: trace

Server log in Docker:
2024/01/07 23:03:11 WARN Unable to publish poll request (error=Post "https://ntfy.sh/718f1bb75dc2007643ef790911bd56f97e4e6016361aaff03d4d1ed786a565b2": context deadline exceeded (Client.Timeout exceeded while awaiting headers), message_body_size=147, message_event=message, message_id=7jAS9JBmUuTJ, message_sender=xxx.xxx.xxx.xxx, message_time=1704668581, message_user=u_wKujEk3uoq, topic=monitoring, visitor_auth_limiter_limit=0.016666666666666666, visitor_auth_limiter_tokens=30, visitor_id=ip:xxx.xxx.xxx.xxx, visitor_ip=xxx.xxx.xxx.xxx, visitor_messages=18, visitor_messages_limit=17280, visitor_messages_remaining=17262, visitor_request_limiter_limit=0.2, visitor_request_limiter_tokens=60, visitor_seen=2024-01-07T23:03:01.228Z)

I must do a manual refresh on Iphone app then i see the Notificatons.

Originally created by @thokich on GitHub (Jan 7, 2024). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/998 i see in Docker Log the Warning. server.yml base-url: "https://ntfy.abc.de" behind-proxy: true upstream-base-url: "https://ntfy.sh" cache-file: "/var/cache/ntfy/cache.db" attachment-cache-dir: "/var/cache/ntfy/attachments" auth-file: /var/lib/ntfy/user.db auth-default-access: deny-all log-level: trace Server log in Docker: 2024/01/07 23:03:11 WARN Unable to publish poll request (error=Post "https://ntfy.sh/718f1bb75dc2007643ef790911bd56f97e4e6016361aaff03d4d1ed786a565b2": context deadline exceeded (Client.Timeout exceeded while awaiting headers), message_body_size=147, message_event=message, message_id=7jAS9JBmUuTJ, message_sender=xxx.xxx.xxx.xxx, message_time=1704668581, message_user=u_wKujEk3uoq, topic=monitoring, visitor_auth_limiter_limit=0.016666666666666666, visitor_auth_limiter_tokens=30, visitor_id=ip:xxx.xxx.xxx.xxx, visitor_ip=xxx.xxx.xxx.xxx, visitor_messages=18, visitor_messages_limit=17280, visitor_messages_remaining=17262, visitor_request_limiter_limit=0.2, visitor_request_limiter_tokens=60, visitor_seen=2024-01-07T23:03:01.228Z) I must do a manual refresh on Iphone app then i see the Notificatons.
BreizhHardware 2026-05-07 00:26:41 +02:00
  • closed this issue
  • added the
    🪲 bug
    label
Author
Owner

@thokich commented on GitHub (Feb 3, 2024):

Does the developer here read the topics and fixed it, or not? I see more people that they have problems with receive iOS Notifications. I belive my problem is that the ntfy.sh service can not process the https post properties from the actual ntfy application.

<!-- gh-comment-id:1925314809 --> @thokich commented on GitHub (Feb 3, 2024): Does the developer here read the topics and fixed it, or not? I see more people that they have problems with receive iOS Notifications. I belive my problem is that the ntfy.sh service can not process the https post properties from the actual ntfy application.
Author
Owner

@thokich commented on GitHub (Mar 27, 2024):

I have solved my problem and works fine
The Docker Container with an own Network needs in my Cloud Hoster Environment (Hetzner) the individual network setting "com.docker.network.driver.mtu=1450".
I have set this value global in docker, but it works only with default bridge. A user network bridge needs this value in Network options und er docker network.

<!-- gh-comment-id:2022889546 --> @thokich commented on GitHub (Mar 27, 2024): I have solved my problem and works fine The Docker Container with an own Network needs in my Cloud Hoster Environment (Hetzner) the individual network setting "com.docker.network.driver.mtu=1450". I have set this value global in docker, but it works only with default bridge. A user network bridge needs this value in Network options und er docker network.
Author
Owner

@thokich commented on GitHub (Mar 27, 2024):

S O L V E D

<!-- gh-comment-id:2022892286 --> @thokich commented on GitHub (Mar 27, 2024): S O L V E D
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#701
No description provided.