@vikram Hi! After connecting the Robot to orchestrator, did you check the UiPath.settings file -
NuGetServerUrl parameter to be automatically configured with the URL of the NuGet location?
It is allowing me to publish locally, but due to some privacy issue i am unable to upload that package on orchestrator. Is there have any other option?
Error: Failed to process request. ‘The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue.’.
The remote server returned an error: (413) The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue…
System.Exception: Publishing the project has failed.
Error: Failed to process request. ‘The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue.’.
The remote server returned an error: (413) The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue… —> System.InvalidOperationException: Failed to process request. ‘The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue.’.
The remote server returned an error: (413) The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue… —> System.Net.WebException: The remote server returned an error: (413) The package size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue…
at System.Net.HttpWebRequest.GetResponse()
at NuGet.RequestHelper.GetResponse()
at NuGet.HttpClient.GetResponse()
at NuGet.PackageServer.EnsureSuccessfulResponse(HttpClient client, Nullable1 expectedStatusCode) --- End of inner exception stack trace --- at NuGet.PackageServer.EnsureSuccessfulResponse(HttpClient client, Nullable1 expectedStatusCode)
at NuGet.PackageServer.PushPackageToServer(String apiKey, Func`1 packageStreamFactory, Int64 packageSize, Int32 timeout, Boolean disableBuffering)
at NuGet.PackageServer.PushPackage(String apiKey, IPackage package, Int64 packageSize, Int32 timeout, Boolean disableBuffering)
at UiPath.Project.Deploy.ProjectPackageManager.Push(WorkflowProjectPackage pack, Int32 timeout)
at UiPath.Project.Deploy.ProjectPackageManager.PackAndPublish(WorkflowProject project, Int32 timeoutMS)
at UiPath.Project.ProjectManager.Publish(Int32 timeoutMS)
at UiPath.Workflow.ViewModels.MainViewModel.PackAndPush()
— End of inner exception stack trace —