Hi all,
We’re facing what looks like a backend persistence issue with Studio Web on our Enterprise org, showing up as three related symptoms. Posting here in parallel with a support ticket in case others have hit this or UiPath staff can help.
Symptom 1 — New workflows fail on autosave (~20 seconds after creation)
Steps to reproduce:
- Go to
https://cloud.uipath.com/<myorg>/studio_/projects - Create a new RPA workflow
- Editor opens fine, but after ~20 seconds the first autosave fires and fails:
Saving workflow failed — InternalServerError
at UiPath.StudioWeb.Blazor.Services.WorkflowService.SaveAndUploadWorkflowAsync
(WorkflowService.cs: lines 717/930/938/968)
at UiPath.StudioWeb.Common.Utils.RetryHelper.RetryAsync (RetryHelper.cs: line 71)
at UiPath.StudioWeb.Blazor.Controllers.BlazorWorkflowDesigner.SaveWorkflowAsync
(BlazorWorkflowDesigner.cs: line 256)
So the read path works (projects open) but every save/upload fails, even after built-in retries. Reproducible 100%, for multiple users.
Symptom 2 — Existing solution returns 500 on open
Our existing solution fails to load entirely:
Http failure response for
https://cloud.uipath.com/<myorg>/studio_/backend/api/Project/ad80a739-803a-480d-9d3c-a7f7b2432146?api-version=2
: 500
Error ID: 788790abccda4c6eb11320665bb28638
We suspect it was left in an inconsistent state by a failed save.
Symptom 3 — SAP Build Process Automation → UiPath integration fails creating automations
SAP_SBPA_1_00009: Could not create UiPath automation. code: 1002,
Could not find the requested resource. (#ERR8989002), status 404
Correlation ID: 50865bc1-12e2-49e8-6e85-a89167a1985e
Since SBPA provisions the project through the same Studio Web backend, we believe this is the same root cause.
Already ruled out: licenses (Automation Developer seats available, reallocated for affected users), sessions (signed out everywhere, tested incognito, cookies/pop-ups allowed), browser (multiple browsers/machines), and status.uipath.com shows no incident.
Has anyone seen Studio Web autosave failing org-wide like this? Is there any tenant-side setting that affects the Studio Web storage/persistence layer, or is this purely a backend issue for UiPath to resolve? Support ticket is raised — sharing the Error ID and Correlation ID above in case staff here can trace them.
