Thanks for the support, it looks like it's working now :)
And with which ones I need to replace the two free ones? :D
There are Account.Pro:
Hi,
In the AuthServer .csproj I have the following packages which are Volo.Abp.Account related:
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web" Version="8.3.2" />
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.IdentityServer" Version="8.3.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="3.3.2" />
<PackageReference Include="Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="8.3.2" />
<PackageReference Include="Volo.Abp.Account.Application" Version="8.3.2" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="8.3.2" />
As you can see they're all .Pro packages except the last two which I couldn't find a .Pro version.
In other .csproj-s all the modules are Account.Pro modules.