# Badges Error launching

**URL:** https://meta.discourse.org/t/badges-error-launching/402594
**Category:** Support
**Tags:** badges
**Created:** [May 10, 2026, 11:58am UTC](https://meta.discourse.org/t/badges-error-launching/402594 "2026-05-10T11:58:02Z")
**Posts on this page:** 1
**Showing post:** 17

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [May 11, 2026, 1:49am UTC](https://meta.discourse.org/t/badges-error-launching/402594/17 "2026-05-11T01:49:41Z")

</div>

you have way too many plugins, especially unsupported/ unofficial plugins. remove them all and try and get your forum working properly, then add the important ones back one by one.

> [@cshll](#):
>
> ```plaintext
> DISCOURSE_SMTP_PORT: 
> 
> ```

you have no SMTP port. i don’t think you can have email working without it.

> [@cshll](#):
>
> ```plaintext
> volumes:
> - volume:
> host: /mnt/usbntfs/discoursed/shared/standalone
> guest: /shared
> 
> ```

are you running the data volumn off an NTFS formatted USB drive? that will degrade database performance and stability.

that one plugin pointing to github without the proxy is probably going to fail in your (presumably) firewalled location if you need to have the gh-proxy in between for it to load.

i think you need either of these depending on what you are doing with certificates:

```plaintext
templates/web.letsencrypt.ssl.template.yml
templates/web.ssl.template.yml

```

this should probably commented out unless you have a specific reason for including it:

> `DISCOURSE_SMTP_OPENSSL_VERIFY_MODE: none`

---

_[View the full topic](https://meta.discourse.org/t/badges-error-launching/402594)._
