Open Closed

can't run created project #8129


User avatar
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

  1. Created a new ABP.IO solution using the following command:
    abp new Dubai.Insurance -t app-nolayers -u blazor-webapp --theme leptonx-lite -csf
    
  2. Attempted to restore NuGet packages using Visual Studio (Build/Rebuild).
  3. Encountered multiple 403 Forbidden errors while downloading ABP packages from https://nuget.abp.io.

No answer yet!
Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35