Activation of Plumsail Workflow Action Pack on subsite not working

I am trying to test the Workflow Action Pack and have successfully installed and activated it on multiple site collections, but I can't get it to activate on one subsite that is the main one I wanted to use it on.
I have uploaded my ULS logs.
uls_logs.txt (26.0 KB)

Hello @gregm,

Please activate this feature using the following PowerShell cmdlet:

Enable-SPFeature –identity ID -URL

You can find out the feature ID with this command

Get-SPSite https://somesite

Best Regards,
Petr Bushuev
Plumsail team

I get the below error

Enable-SPFeature : Scope
'/SharePoint/default/e308e0a2-03e4-484b-9811-75644e0cd648/29d892ec-5bc2-4462-989a-08534bf2843d' was not found. HTTP
headers received from the server - ActivityId: 1df96309-65ab-4d6f-a56a-1203dde8372d. NodeId: SPWF1. Scope:
/SharePoint/default/e308e0a2-03e4-484b-9811-75644e0cd648/29d892ec-5bc2-4462-989a-08534bf2843d. Client ActivityId :
d1873e9f-f92a-50ab-5287-b0cde9bad628.
At line:1 char:1

  • Enable-SPFeature -Identity 22bb2cee-2403-4b7c-818e-9078b11a218b -URL ...
  •   + CategoryInfo          : InvalidData: (Microsoft.Share...etEnableFeature:SPCmdletEnableFeature) [Enable-SPFeature
     ], ScopeNotFoundException
      + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletEnableFeature

Hello @gregm,

Could you try to enable any other feature on the site? Does it work ok or report the same error?

Best regards,
Petr Bushuev
Plumsail team