Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot unsubscribe/remove topic #428

Closed
raining1123 opened this issue Oct 5, 2022 · 4 comments · Fixed by #432
Closed

cannot unsubscribe/remove topic #428

raining1123 opened this issue Oct 5, 2022 · 4 comments · Fixed by #432
Labels
🪲 bug Something isn't working web-app Web app things

Comments

@raining1123
Copy link

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?

@binwiederhier
Copy link
Owner

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

@binwiederhier
Copy link
Owner

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)

@binwiederhier binwiederhier added 🪲 bug Something isn't working web-app Web app things labels Oct 6, 2022
@raining1123
Copy link
Author

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!!!

@binwiederhier
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working web-app Web app things
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants