Hello, I am receiving an error when trying to publish a library to Orchestrator.
I have tried publishing a blank library and it works without any issues. I am publishing to the Orchestrator Shared Libraries Feed.
Here are the error logs:
Publish of Invoice.Portal.Activities failed. Package cannot be published to the shared feed
Error: System.InvalidOperationException: Publish of Invoice.Portal.Activities failed. Package cannot be published to the shared feed
---> UiPath.Shared.Orchestrator.Models.OrchestratorHttpException: Package cannot be published to the shared feed
at UiPath.Studio.Orchestrator.Common.Extensions.HttpResponseMessageExtensions.EnsureOrchestratorStatusCodeAsync(HttpResponseMessage response)
at UiPath.Studio.Orchestrator.Common.Services.CloudApiClient.InternalRequestAsync[T](Uri uri, HttpMethod method, HttpContent content, Func`2 parseResponse, TimeSpan timeout, Dictionary`2 headers, CancellationToken ct)
at UiPath.Studio.Orchestrator.Common.Services.CloudApiClient.RequestAsync(Uri uri, HttpMethod method, HttpContent content, TimeSpan timeout, Dictionary`2 headers, CancellationToken ct)
at UiPath.Studio.Orchestrator.Feeds.Services.OrchestratorPackageUploader.UploadAsync(IEnumerable`1 packagePaths, FeedModel feedModel, Int32 timeoutInSeconds, CancellationToken ct)
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.Publish(BuildPackageResult package, IPublishSettings publishSettings, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.Publish(BuildPackageResult package, IPublishSettings publishSettings, CancellationToken cancellationToken)
at UiPath.Studio.ProjectPackager.Publish.Services.PublishService.<>c__DisplayClass44_0.<<PublishAsync>b__0>d.MoveNext(), HResult -2146233079

