diff --git a/Oqtane.Server/Infrastructure/DatabaseManager.cs b/Oqtane.Server/Infrastructure/DatabaseManager.cs index e328fcc8..1f8e1235 100644 --- a/Oqtane.Server/Infrastructure/DatabaseManager.cs +++ b/Oqtane.Server/Infrastructure/DatabaseManager.cs @@ -221,7 +221,7 @@ namespace Oqtane.Infrastructure using (var scope = _serviceScopeFactory.CreateScope()) { var installationManager = scope.ServiceProvider.GetRequiredService(); - installationManager.InstallPackages(packageFolderName); + installationManager.InstallPackages(); result.Success = true; } @@ -231,7 +231,6 @@ namespace Oqtane.Infrastructure AssemblyLoadContext.Default.LoadOqtaneAssembly(assemblyFile); } - } catch (Exception ex) {