mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1116] Timeout on topic subscription (self hosted behind Traefik) #787
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#787
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 @maxjcohen on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1116
Hi, and thanks for developing Ntfy, it's just great.
🐞 Describe the bug
I've recently moved my Ntfy instance behind Traefik for automating TLS stuff, adjusted the configuration for Ntfy, and notifications seem to work just as before on the web app. However, when subscribing to the server on the Android app, I get a timeout.
💻 Components impacted
Android app.
💡 Screenshots and/or logs
My configuration
The Android app's logs
🔮 Additional context
What works
What does not work
From my phone, and from the Android app, connect to the Ntfy server through Traefik. I get a
timeouterror.Thanks.
@wunter8 commented on GitHub (May 23, 2024):
Have you tried changing the connection type in the Android app? Settings > Advanced > Connection protocol
Switch it to the other and see if that fixes things
@maxjcohen commented on GitHub (May 25, 2024):
Somehow this did not immediately solve the issue, but after rebooting my phone subscribing and notifications work as expected. I'll close this for now, thanks for the advice.