0
khaledafify created
Ticket for ABP.IO Solution Issue
ABP Framework Version
v8.3.1
UI Type
Blazor WebAssembly
Database System
Entity Framework Core (SQL Server)
Tiered
No
Exception Message and Full Stack Trace
Failed to download package 'Volo.Abp.TextTemplateManagement.Application.8.3.1' from 'https://nuget.abp.io/...'
Response status code does not indicate success: 403 (Forbidden).
[Repeated errors for other packages related to Volo.Abp.TextTemplateManagement]
NuGet Source JSON Configuration
{
"version": "3.0.0",
"resources": [
{
"@id": "https://nuget.abp.io/<hidden-token>/api/v2/package",
"@type": "PackagePublish/2.0.0",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/api/v2/symbol",
"@type": "SymbolPackagePublish/4.9.0",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/search",
"@type": "SearchQueryService",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/search",
"@type": "SearchQueryService/3.0.0-beta",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/search",
"@type": "SearchQueryService/3.0.0-rc",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/registration",
"@type": "RegistrationsBaseUrl",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/registration",
"@type": "RegistrationsBaseUrl/3.0.0-rc",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/registration",
"@type": "RegistrationsBaseUrl/3.0.0-beta",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/package",
"@type": "PackageBaseAddress/3.0.0",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/autocomplete",
"@type": "SearchAutocompleteService",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/autocomplete",
"@type": "SearchAutocompleteService/3.0.0-rc",
"comment": null
},
{
"@id": "https://nuget.abp.io/<hidden-token>/v3/autocomplete",
"@type": "SearchAutocompleteService/3.0.0-beta",
"comment": null
}
]
}
Steps to Reproduce the Issue
- Created a new ABP.IO solution using the following command:
abp new Dubai.Insurance -t app-nolayers -u blazor-webapp --theme leptonx-lite -csf
- Attempted to restore NuGet packages using Visual Studio (Build/Rebuild).
- Encountered multiple 403 Forbidden errors while downloading ABP packages from
https://nuget.abp.io
.