1. Reywilson Ramos Rollan
  2. PowerServer
  3. Tuesday, 26 November 2024 06:23 AM UTC

Hi All

We have recently upgraded to PB 2022R3 Build 3397. We are now trying to do the Build and Deploy in Powerbuilder and have encountered the error below.

F:\work\Powerserver\source\repos\nmacsci\UserExtensions\UserExtensions.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. [F:\work\Powerserver\source\repos\nmacsci\ServerAPIs\ServerAPIs.csproj]
F:\work\Powerserver\source\repos\nmacsci\AppModels\AppModels.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. [F:\work\Powerserver\source\repos\nmacsci\ServerAPIs\ServerAPIs.csproj]
F:\work\Powerserver\source\repos\nmacsci\ServerAPIs\ServerAPIs.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json.
Failed to publish the installable cloud app.

How do we solve this issue?

Regards

Reywilson

Logan Liu @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 26 November 2024 09:56 AM UTC
  2. PowerServer
  3. # 1

Hi Reywilson,

Please ensure you can access https://api.nuget.org/v3/index.json from the browser. If not accessible, you need to contact your IT.

Can you see the same NU1301 error If you use .NET CLI to restore packages? Start CMD -> Go to the folder of the C# solution -> type "dotnet restore" (dotnet restore command - .NET CLI | Microsoft Learn).  

Regards, Logan

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.