Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
201 stars 10 forks source link

Cannot Delete Notification Service #57

Closed Lord0fBytes closed 1 year ago

Lord0fBytes commented 1 year ago

Description of the bug Trying to delete a notification service it just turns the trash icon red, but doesn't remove the service. Clicking it again does nothing as well.

To Reproduce

  1. Go to Notification Services
  2. Click on Trash can icon
  3. See error

Expected behaviour I assume a pop-up might come up to ask you to delete it or it would just be removed.

Screenshots Screen Shot 2023-07-26 at 7 50 28 PM

Version info

Lord0fBytes commented 1 year ago

Network data from the browser redacted port numbers): Screen Shot 2023-07-26 at 7 58 18 PM

Casvt commented 1 year ago

Can you click on the request in the dev panel and show the payload?

Lord0fBytes commented 1 year ago

Is this what you are looking for:

Screenshot 2023-07-27 at 2 29 53 PM
Lord0fBytes commented 1 year ago

or this:

Screenshot 2023-07-27 at 2 33 55 PM
Casvt commented 1 year ago

Okay thanks

Casvt commented 1 year ago

@Lord0fBytes It could be that MIND is not allowing you to delete it because the service is still in use. When deleting the notification service, and the button turns red, hover your mouse over the button and see what it says.

Lord0fBytes commented 1 year ago

Ya, I just saw the docker logs were saying it is still being used by another service. I was able to delete it now.