diff --git a/Oqtane.Server/Startup.cs b/Oqtane.Server/Startup.cs index 321cf242d..d7b5d3c6a 100644 --- a/Oqtane.Server/Startup.cs +++ b/Oqtane.Server/Startup.cs @@ -213,6 +213,8 @@ public void ConfigureServices(IServiceCollection services) services.AddSingleton(); // register transient scoped core services + services.AddTransient(); + services.AddTransient(); services.AddTransient(); services.AddTransient(); services.AddTransient();