mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #416] Double base-url when using "Attach local file" #321
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#321
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 @demogorgonz on GitHub (Sep 29, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/416
Uploaded file have double
base-urlfor some reason, probably a bug?@binwiederhier commented on GitHub (Sep 30, 2022):
Can you reproduce this with ntfy.sh? I tried there and I cannot reproduce it.
Can you share your censored server.yml
base-url? Does it end in a slash? Can you remove the slash? Wild guess...@demogorgonz commented on GitHub (Sep 30, 2022):
# grep "^[^#]" server.yml@binwiederhier thank you for reply, base-url doesn't have a slash in it, this is whole config, can't reproduce it on ntfy.sh.
Just a pointer, it is behind proxy
behind-proxy: trueand usingupstream-base-urlfor notifications which i doubt is a case for ntfy.sh@binwiederhier commented on GitHub (Sep 30, 2022):
The base-url has to start with http:// or https://
@demogorgonz commented on GitHub (Sep 30, 2022):
Indeed, that solves it. Thank you :)