- ABP Framework version: v8.2.2
- 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:
- Steps to reproduce the issue:
When building locally, we are now being prompted with this dialog:
Our build process fails with this: Unhandled exception: NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load the service index for source https://nuget.abp.io/2a117af7-281a-43fc-b1f9-97595ce61632/v3/index.json. ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
3 Answer(s)
-
0
Hi,
This is a bug in nuget.abp.io. We can confirm this and will fix it as soon as possible. Sorry about that.
-
0
What can we do to prevent this from happening again? Our local dev envs and our automated builds cannot be dependent on your services being up and working. Can we configure a local nuget repository as a fallback or something? Can you provide instructions on what we'd need to change?
-
0
Hi,
Our DevOps team increased the security level, and this problem has been fixed. We are aware that it's been a serious problem and affected you
What can we do to prevent this from happening again? Our local dev envs and our automated builds cannot be dependent on your services being up and working. Can we configure a local nuget repository as a fallback or something
yes, you can copy the nuget cache to a custom local nuget source.
https://learn.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders
Sorry again.