mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #97] Instant Delivery not working #76
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#76
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 @12nick12 on GitHub (Jan 17, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/97
Hi, I have a Pixel 4a 5G and the instant delivery doesn't work. The persistent notification is there showing it's running, but still requires me to pull down to reload to get the new notification.
@binwiederhier commented on GitHub (Jan 17, 2022):
@12nick12 If you're willing to join the Discord or Matrix chat, I can troubleshoot with you.
https://discord.com/invite/cT7ECsZj9w
https://matrix.to/#/#ntfy:matrix.org
I don't have a good way to get logs yet, I'm working on making that easy.
@12nick12 commented on GitHub (Jan 17, 2022):
All good, I'm dumb. I used a NGiNX config from another thing that didn't have websockets. Sorry about that.
@binwiederhier commented on GitHub (Jan 17, 2022):
@12nick12 I'm glad you fixed it. It doesn't use websockets (yet) though. :-D Must have been something else then.
@ericsong commented on GitHub (Feb 11, 2022):
I was also having issues with instant delivery and it turned out to be an issue with my NGINX config. I had to turn off proxy buffering.
@binwiederhier commented on GitHub (Feb 11, 2022):
@ericsong The example in https://ntfy.sh/docs/config/#nginxapache2caddy includes
proxy_buffering off. You should probably make sure that you've also got the other settings in there. Especially make sure that stuff works with WebSockets too, otherwise the next or the following release of the Android app may not work anymore for you.You can test your settings in the app by enabling WebSockets: Settings -> Experimental -> Connection protocol -> WebSocket
@ericsong commented on GitHub (Feb 11, 2022):
Ah, missed that during my setup. Thanks!
Great work by the way.