# Custom Wizard Plugin 🧙

**URL:** https://meta.discourse.org/t/custom-wizard-plugin/73345
**Category:** Plugin
**Tags:** pavilion
**Created:** [November 3, 2017, 10:25am UTC](https://meta.discourse.org/t/custom-wizard-plugin/73345 "2017-11-03T10:25:13Z")
**Posts on this page:** 1
**Showing post:** 959

<div class="post-metadata">

### Author: ![Hasimir](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hasimir/32/553565_2.png) [@Hasimir](https://meta.discourse.org/u/Hasimir)
#### Post date: [June 7, 2026, 6:03pm UTC](https://meta.discourse.org/t/custom-wizard-plugin/73345/959 "2026-06-07T18:03:00Z")

</div>

Hi 🙂  
It looks like a very recent update to Discourse Core (over the June 6–7 weekend) has introduced a breaking architectural change that causes the `discourse-custom-wizard` plugin to crash the entire application boot cycle.

Even attempting to visit `/safe-mode` fails with a global 500 error because the crash occurs during initialization middleware registration.

Here is the exact fatal error trace pulled from Logster:

```plaintext
ActionView::Template::Error (undefined method 'admin_stylesheets' for class DiscoursePluginRegistry)
lib/stylesheet/manager/builder.rb:199:in `Stylesheets::Manager::Builder#plugins_digest'

```

It appears that during the asset/stylesheet compilation phase (`plugins_digest`), core Discourse is invoking an `admin_stylesheets` method on the `DiscoursePluginRegistry` which is throwing an undefined method exception, likely due to a mismatch with how the custom wizard registers or extends administrative styles.

Disabling the plugin in `app.yml` and running a complete container rebuild allows the forum to boot normally, confirming the crash is isolated to the wizard’s integration hooks.

Could you please look into updating the registry/stylesheet hooks for compatibility with current core changes?

Thanks!

---

_[View the full topic](https://meta.discourse.org/t/custom-wizard-plugin/73345)._
