mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #998] No Notification in iOS 17.2.1 #701
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#701
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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.
@thokich commented on GitHub (Mar 27, 2024):
S O L V E D