mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1502] Web app doesn't prompt for auth in topic links #1059
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#1059
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 @TheDcoder on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1502
🐞 Describe the bug
The Web UI doesn't prompt for authentication when using topic links which directly subscribe to the given topic during launch (e.g.
https://ntfy.example.com/mytopic).Normally when you launch the web UI and manually attempt to subscribe to a private/access controlled channel you get asked to authenticate with your credentials, but if you launch the web app with the topic already filled in, the topic never "connects" and keeps spinning as if it's stuck.
The same thing happens even when you try to subscribe to another topic manually.
💻 Components impacted
Web app
💡 Screenshots and/or logs
Manual subscription calls the
<topic>/authendpoint first but auto subscription always calls<topic>/wsand<topic>/json, therefore I think this is a simple logic error in the web app.@binwiederhier commented on GitHub (Jan 18, 2026):
Good find.