Hello,
I am receiving errors when attempting to build my ABP solution; every .csproj returns: Unable to load the service index for source https://nuget.abp.io/d2d5e14d-REDACTED1670a69/v3/index.json. Response status code does not indicate success: 403 (Forbidden).
I tried abp logout followed by abp login USERNAME but now get: [15:42:44 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [15:42:45 WRN] 1. HTTP request attempt failed to https://abp.io/api/license/check-multiple-organizations?username=USERNAME with an error: 403-Forbidden. Waiting 2 secs for the next try... [15:42:47 WRN] 2. HTTP request attempt failed to https://abp.io/api/license/check-multiple-organizations?username=USERNAME with an error: 403-Forbidden. Waiting 4 secs for the next try...
I also tried abp login USERNAME --organization "MY ORGANIZATION NAME LLC" and receive another error: [15:44:23 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [15:44:41 ERR] Could not retrieve the OpenId Connect discovery document! ErrorType: Http. Error: Error connecting to https://account.abp.io/.well-known/openid-configuration: Forbidden
Please advise.
- ABP Framework version: v8.3.3
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): No
- Exception message and full stack trace:
- Operationg System: Linux
- Steps to reproduce the issue: dotnetbuild or abp login
6 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
Hello,
Thank you for the response. Do you have an estimate on when this will be fixed or is there a workaround? This issue has disrupted all of my DevOps pipelines preventing releases.
Thank you, Matt
-
0
-
0
It worked on Linux, but on my Mac desktop, I'm getting:
dotnet tool install -g Volo.Abp.Cli
Tool 'volo.abp.cli' failed to update due to the following: The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package. Tool 'volo.abp.cli' failed to install. Contact the tool author for assistance. -
0
Hi,
you can install the dotnet 9 SDK and try again.
https://dot.net/
Thank you
-
0
Done. Thank you!