mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1692] Attachments not found (404) #1177
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#1177
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 @etfz on GitHub (Apr 8, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1692
Hi,
I have a number of attachments that I am unable to open. Attempting to do so gives me 404.
The attachments are all set to expire after 30 days. I have mounted
/srv/docker/ntfy/cache:/var/cache/ntfy, but in it exists only what I think is the most recent message attachments that I have received.ntfy server 2.17.
server.yml
@binwiederhier commented on GitHub (Apr 8, 2026):
There was a significant revamp of attachments in the latest releases. Please update to the newest ntfy and test again. Thanks.
@binwiederhier commented on GitHub (Apr 8, 2026):
Oh but also, the cache duration must be longer or equal to the attachment duration. Attachments cannot outlive messages.
@etfz commented on GitHub (Apr 8, 2026):
Oh, I see. I will update the cache duration to match attachment expiry, then. Thanks.