diff --git a/BTCPayServer/Plugins/PluginManager.cs b/BTCPayServer/Plugins/PluginManager.cs index 804e950a3..5c52054a0 100644 --- a/BTCPayServer/Plugins/PluginManager.cs +++ b/BTCPayServer/Plugins/PluginManager.cs @@ -132,7 +132,7 @@ namespace BTCPayServer.Plugins // this ensures that the version of MVC is shared between this app and the plugin config.PreferSharedTypes = true; - config.IsUnloadable = true; + config.IsUnloadable = false; }); var pluginAssembly = plugin.LoadDefaultAssembly();