Erro 'Bad Request' ao salvar projeto no UiPath Cloud – CloudHttpException 25.0.176

Hi, I’m getting this error when I try to save to the cloud:

25.0.176-cloud.21157+Branch.release-s176.Sha.909eebf68b5907072f43325f70b5867734fa8463.909eebf68b5907072f43325f70b5867734fa8463

Bad Request

Error: UiPath.Studio.OnlineServices.Models.CloudHttpException: Bad Request
at UiPath.Studio.Orchestrator.Common.Services.CloudClientService.StatusCodeHandlerAsync(HttpResponseMessage response)
at UiPath.Studio.OnlineServices.Services.CloudApiClient.InternalRequestAsync[T](Uri uri, HttpMethod method, HttpContent content, Func2 parseResponse, TimeSpan timeout, Dictionary2 headers, CancellationToken ct)
at UiPath.Studio.OnlineServices.Services.CloudApiClient.RequestAsync(Uri uri, HttpMethod method, HttpContent content, TimeSpan timeout, Dictionary2 headers, CancellationToken ct) at UiPath.Studio.OnlineServices.Services.CloudApiClient.RequestAsync[T](Uri uri, HttpMethod method, HttpContent content, TimeSpan timeout, Dictionary2 headers, CancellationToken ct)
at UiPath.Studio.WebProjects.Services.StudioWebClientService.UploadProjectAsync(WebProject webProject, MemoryStream archiveStream, Dictionary2 headers, MemoryStream entryPointsStream) at UiPath.Studio.WebProjects.Services.WebProjectUploadService.UploadProject(WebProject webProject, Func3 upload)
at UiPath.Studio.WebProjects.Services.WebProjectUploadService.UploadAsync(WebProject webProject)
at UiPath.Studio.WebProjects.Services.WebProjectService.SaveToCloudAsync(WebProject webProject)
at UiPath.Studio.WebProjects.Services.WebProjectOperations.SaveNewToCloudAsync(IProject project)
at UiPath.Studio.WebProjects.ViewModels.WebProjectPopupViewModel.ExecuteSaveNewToCloud()
at UiPath.Studio.App.Desktop.MVVM.Commands.TaskCommand`3.Execute(TExecuteParameter parameter, Boolean ignoreCanExecuteCheck)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233088

@m1ch3ld350u2493r31r4,

You can try these approaches

  1. Restart Studio: Close UiPath Studio completely and reopen it.
  2. Try Saving a New Project: Create a new, blank process and attempt to save it to the cloud to isolate the issue (is it a general issue or specific to the current project?).
  3. Check Project Name: Double-check that the project name is simple, unique, and has no special characters.
  4. Save Locally First: Ensure the project is saved locally before attempting the “Save to Cloud” option.

Also check if you have proper Authorization to save the project to Cloud and your studio is connected to right tenant.

1 Like

Hi @m1ch3ld350u2493r31r4

check your project files for invalid names or data, ensure you’re logged in properly, - occurs due to malformed upload data. common causes include invalid metadata, missing entry points, or header issues.

and update studio to the latest version if required.

For more error pls check link:
Orchestrator - Response Codes

If helpful, mark as solution. Happy automation with UiPath

1 Like