[GH-ISSUE #428] cannot unsubscribe/remove topic #332

Closed
opened 2026-05-07 00:23:11 +02:00 by BreizhHardware · 4 comments

Originally created by @raining1123 on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/428

I made a mistake of typing an extra slash at "Use another server" from "Subscribe to topic",
then I cannot reach the topic and remove it from the list.
image
image

is there a way to unsubscribe/remove the topic via CLI or API?

Originally created by @raining1123 on GitHub (Oct 5, 2022). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/428 I made a mistake of typing an extra slash at "Use another server" from "Subscribe to topic", then I cannot reach the topic and remove it from the list. ![image](https://user-images.githubusercontent.com/17892238/194159923-3a44efdf-2c5d-4988-9a2e-fba63530cc83.png) ![image](https://user-images.githubusercontent.com/17892238/194160040-3a00a4a8-f27b-4b2c-aad8-15c7f8c4a64a.png) is there a way to unsubscribe/remove the topic via CLI or API?
BreizhHardware 2026-05-07 00:23:11 +02:00
Author
Owner

@binwiederhier commented on GitHub (Oct 6, 2022):

Well that's "fun", aka a bug. I tried it myself and the web app crashes too when you add an additional slash

<!-- gh-comment-id:1269972513 --> @binwiederhier commented on GitHub (Oct 6, 2022): Well that's "fun", aka a bug. I tried it myself and the web app crashes too when you add an additional slash
Author
Owner

@binwiederhier commented on GitHub (Oct 6, 2022):

To remove it manually you can:

  • Open the developer console (F12)
  • Go to "Storage" -> "Indexed DB" -> "subscriptions"
  • Then delete the row for the subscription by right clicking

(These instructions are for Firefox, but I'm sure Chrome works the same way)

<!-- gh-comment-id:1269980245 --> @binwiederhier commented on GitHub (Oct 6, 2022): To remove it manually you can: - Open the developer console (F12) - Go to "Storage" -> "Indexed DB" -> "subscriptions" - Then delete the row for the subscription by right clicking (These instructions are for Firefox, but I'm sure Chrome works the same way)
Author
Owner

@raining1123 commented on GitHub (Oct 7, 2022):

To remove it manually you can:

  • Open the developer console (F12)
  • Go to "Storage" -> "Indexed DB" -> "subscriptions"
  • Then delete the row for the subscription by right clicking

(These instructions are for Firefox, but I'm sure Chrome works the same way)

It works! THX!!!

<!-- gh-comment-id:1271753870 --> @raining1123 commented on GitHub (Oct 7, 2022): > To remove it manually you can: > > * Open the developer console (F12) > * Go to "Storage" -> "Indexed DB" -> "subscriptions" > * Then delete the row for the subscription by right clicking > > (These instructions are for Firefox, but I'm sure Chrome works the same way) It works! THX!!!
Author
Owner

@binwiederhier commented on GitHub (Oct 7, 2022):

I'm going to re-open this because it's actually a bug that should be addressed.

<!-- gh-comment-id:1271874996 --> @binwiederhier commented on GitHub (Oct 7, 2022): I'm going to re-open this because it's actually a bug that should be addressed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#332
No description provided.