# Dashboard shows chat integration errors when plugin is disabled

**URL:** https://meta.discourse.org/t/dashboard-shows-chat-integration-errors-when-plugin-is-disabled/208130
**Category:** Bug
**Created:** [November 3, 2021, 4:06pm UTC](https://meta.discourse.org/t/dashboard-shows-chat-integration-errors-when-plugin-is-disabled/208130 "2021-11-03T16:06:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [November 3, 2021, 4:06pm UTC](https://meta.discourse.org/t/dashboard-shows-chat-integration-errors-when-plugin-is-disabled/208130/1 "2021-11-03T16:06:53Z")

</div>

I’ve got a site where chat integration plugin is installed, but not enabled. At some point I think they’d tried to configure it, but I have now deleted all of the settings and disabled the plugin, and this persists on the admin panel:

```plaintext
Some chat integration channels have errors. Visit the chat integration section to find out more.

```

---

<div class="post-metadata">

### Author: ![IAmGav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamgav/32/235598_2.png) [@IAmGav](https://meta.discourse.org/u/IAmGav)
#### Post date: [November 3, 2021, 5:56pm UTC](https://meta.discourse.org/t/dashboard-shows-chat-integration-errors-when-plugin-is-disabled/208130/2 "2021-11-03T17:56:09Z")

</div>

You would need to go delete the channels with the webhooks. It’s finding an issue there and brings up the error.

`mysite.com/admin/plugins/chat-integration/<discord/slack/etc>`

Seems like the disable plugin does not filter thought to those settings.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [November 3, 2021, 6:50pm UTC](https://meta.discourse.org/t/dashboard-shows-chat-integration-errors-when-plugin-is-disabled/208130/3 "2021-11-03T18:50:58Z")

</div>

> [@IAmGav](#):
>
> Seems like the disable plugin does not filter thought to those settings.

That’s how it seems. That seems like a bug.

As a stopgap, I did a `rm -rf plugins/*chat*; sv restart unicorn`, so now I can’t see whether I can discern where I might change those things in rails.

Thanks for your help.
