-
ABP Framework version: v8.2.3
-
UI Type: Angular
-
Database System: EF Core (SQL Server)
-
Tiered (for MVC) or Auth Server Separated (for Angular): no
-
Exception message and full stack trace:
-
Steps to reproduce the issue: I am trying to add the next packages to my project
-
"Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="8.2.3"
-
"Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="8.2.3"
-
But I get the next error
I tested the steps provided here https://abp.io/package-detail/Volo.Abp.Account.Pro.Public.Web.OpenIddict but none of them are working
I have noticed that if I click the button See on nuget, I am redirected to a nuget package that is not working https://www.nuget.org/packages/Volo.Abp.Account.Pro.Public.Web.OpenIddict/
2 Answer(s)
-
0
Hello,
You cannot access the packages of ABP Pro modules from
nuget.org
. We have our own NuGet server due to some license validations.Does the project you created have a
NuGet.Config
file? If so, can you check if thenuget.abp.io
source has been added like below? -
0
Hello, thanks a lot, that fixed the issue.