mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #680] Unable to send delayed messages using private ntfy server #501
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#501
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 @vipul43 on GitHub (Mar 23, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/680
🐞 Describe the bug
I hosted ntfy on a private server(along with https using caddy). I am able to send messages through the server(using HTTP). But when I try to send scheduled messages using
X-Delayheader, I am receiving the response,message idalong with the timestamp the message is going to be delivered at. But the message is not getting delivered.And ofcourse I am sending the message as the right user(with right permissions on the topic), I am able to send normal messages using the same user, only scheduled ones are failing.
I might be missing some configuration, this is my first time trying out ntfy.😅
💻 Components impacted
private ntfy server
💡 Screenshots and/or logs
To debug the issue, I have set the log to
tracein config file, I noticed the below error logs. Not sure of the issue🔮 Additional context
I am running ntfy(2.1.2) as a service on Debian 10, below is my server.yml file
@vipul43 commented on GitHub (Mar 23, 2023):
I guess the issue is solved here but when will the updated version be released?
@binwiederhier commented on GitHub (Mar 26, 2023):
The next version will be released when there are enough other issues in the release. Shouldn't be more than a few days though.