UnInstalled the WSP and Installing Again in SHarePoint 2019

Hello Team,
We were using the FBA Pack in DEV environment. by mistaken it’s started giving issue. SO, I have retracted it and deployed again. I am getting error while activating the feature
An object of the type Visigo.Sharepoint.FormsBasedAuthentication.FBADiagnosticsService named “” already exists under the parent Microsoft.SharePoint.Administration.SPFarm named “SharePoint_Config”. Rename your object or delete the existing object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Microsoft.SharePoint.Administration.SPDuplicateObjectException: An object of the type Visigo.Sharepoint.FormsBasedAuthentication.FBADiagnosticsService named “” already exists under the parent Microsoft.SharePoint.Administration.SPFarm named “SharePoint_Config”. Rename your object or delete the existing object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SPDuplicateObjectException: An object of the type Visigo.Sharepoint.FormsBasedAuthentication.FBADiagnosticsService named “” already exists under the parent Microsoft.SharePoint.Administration.SPFarm named “SharePoint_Config”. Rename your object or delete the existing object.]
Microsoft.SharePoint.Administration.SPConfigurationDatabase.StoreObject(SPPersistedObject obj, Boolean storeClassIfNecessary, Boolean ensure) +4554
Microsoft.SharePoint.Administration.SPConfigurationDatabase.Microsoft.SharePoint.Administration.ISPPersistedStoreProvider.PutObject(SPPersistedObject persistedObject, Boolean ensure) +33
Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdateCore(Boolean legacyUpdate) +619
Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.Update() +639
Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.GetLocalToFarm(SPFarm farm) +515
Visigo.Sharepoint.FormsBasedAuthentication.FBADiagnosticsService.get_Local() +95
Visigo.Sharepoint.FormsBasedAuthentication.Utils.LogError(Exception ex) +24
Visigo.Sharepoint.FormsBasedAuthentication.Features.FBAManagement.FBAManagementEventReceiver.ActivateFBAManagement(SPFeatureReceiverProperties properties) +173
Visigo.Sharepoint.FormsBasedAuthentication.Features.FBAManagement.FBAManagementEventReceiver.FeatureActivated(SPFeatureReceiverProperties properties) +23
Microsoft.SharePoint.SPFeature.DoActivationCallout(Boolean fActivate, Boolean fForce) +1528
Microsoft.SharePoint.SPFeature.Activate(SPSite siteParent, SPWeb webParent, SPFeaturePropertyCollection props, SPFeatureActivateFlags activateFlags, Boolean fForce) +3653
Microsoft.SharePoint.SPFeatureCollection.AddInternal(SPFeatureDefinition featdef, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean fMarkOnly) +4335
Microsoft.SharePoint.SPFeatureCollection.AddInternalWithName(Guid featureId, Int32 compatibilityLevel, String featureName, Version version, SPFeaturePropertyCollection properties, SPFeatureActivateFlags activateFlags, Boolean force, Boolean fMarkOnly, Boolean fIgnoreMissing, SPFeatureDefinitionScope featdefScope) +164
Microsoft.SharePoint.WebControls.FeatureActivator.ActivateFeature(Guid featid, Int32 compatibilityLevel, SPFeatureDefinitionScope featdefScope) +846
Microsoft.SharePoint.WebControls.FeatureActivatorItem.ToggleFeatureActivation() +150
Microsoft.SharePoint.WebControls.FeatureActivatorItem.BtnActivateFeature_Click(Object objSender, EventArgs evtargs) +117
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +11763224
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +150
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5028

I would go into SharePoint Central Admin → System Settings → Manage Farm Solutions
Select the FBA Pack solution, and then Retract the solution and then Remove the solution. Hopefully the next deploy after that should be ok.