- ABP Framework version: v9.0.4
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace: error NU1102: Unable to find package Volo.Abp.OpenIddict.Pro.Domain.Shared with version (>= 9.0.4) error NU1102: - Found 49 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] error NU1102: - Found 0 version(s) in nuget.org error NU1102: Unable to find package Volo.Abp.Identity.Pro.Domain.Shared with version (>= 9.0.4) error NU1102: - Found 106 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] error NU1102: - Found 0 version(s) in nuget.org error NU1102: Unable to find package Volo.Abp.LanguageManagement.Domain.Shared with version (>= 9.0.4) error NU1102: - Found 165 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] error NU1102: - Found 0 version(s) in nuget.org error NU1102: Unable to find package Volo.Saas.Domain.Shared with version (>= 9.0.4) error NU1102: - Found 165 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] error NU1102: - Found 0 version(s) in nuget.org error NU1102: Unable to find package Volo.Abp.TextTemplateManagement.Domain.Shared with version (>= 9.0.4) error NU1102: - Found 149 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] error NU1102: - Found 0 version(s) in nuget.org error NU1102: Unable to find package Volo.Abp.LeptonTheme.Management.Domain.Shared with version (>= 9.0.4) error NU1102: - Found 165 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] error NU1102: - Found 0 version(s) in nuget.org error NU1102: Unable to find package Volo.Abp.Gdpr.Domain.Shared with version (>= 9.0.4) error NU1102: - Found 76 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] error NU1102: - Found 0 version(s) in nuget.org
Our CI/CD pipelines started failing this afternoon. Did something change with regards to the packages available on the closed NuGet instance?
3 Answer(s)
-
0
Nuget servers seem online right now. Can you check if problem still exist?
By the way; Did you make any changes in your
NuGet.Config
file? You may check your NuGet.Config file for custom package resolution options, it's configured to use a custom mapping by default for better performance. It may cause som issues, if you can't solve the problem, you can try removing the following section: -
0
Nuget servers seem online right now. Can you check if problem still exist?
By the way; Did you make any changes in your
NuGet.Config
file? You may check your NuGet.Config file for custom package resolution options, it's configured to use a custom mapping by default for better performance. It may cause som issues, if you can't solve the problem, you can try removing the following section:Hi enisn,
Thank you for your suggestions. The problem still persists. We have tried removing the
packageSourceMapping
from theNuGet.Config
file, but this also does not resolve the problem.Just to verify, it says (for example the Gdpr module):
Unable to find package Volo.Abp.Gdpr.Domain.Shared with version (>= 9.0.4) - Found 76 version(s) in ABP Commercial NuGet Source [ Nearest version: 8.1.5 ] - Found 0 version(s) in nuget.org
Can you confirm that the commercial packages also have version
9.0.5
available?Thanks
-
0
Update:
We have found the issue, We were using the API key of an old ABP license we are no longer using. We found out when checking the
NuGet.Config
file.Thank you for your assistance.
Have a nice day!