# 2.2510.3

> 2.2510.3 release notes for Apps in Automation Suite.

**Release date: July 23, 2026**

## What's new

### Apps file storage migration

Apps project data (pages, workflows, and app content) now moves from the Apps database to **Unified Build File Storage** — the same storage component already used by Studio Web. This provides a consistent storage structure across all UiPath project types.

The migration is **automatic during upgrade**. No additional manual steps are required.

#### Storage impact

- **Apps storage type**: Changes from Objectstore to Filestore
- **Storage estimate**: Approximately 5 GB for existing app data; approximately 15 MB per complex app
- **Scope**: Applies to both OpenShift and EKS/AKS deployments

## Bug fixes

- Apps published on Automation Suite 24.10 or earlier failed to load after you upgraded the platform to 25.10, with the browser console reporting a MIME type error. This is now fixed, and affected apps load without requiring you to republish them.
- The Apps Designer had a broken layout in Automation Suite 2.2510 environments.
- Previously, converting an `IResource` to `AppsFile` required calling `.toLocalResource()` before you could use `FileUploader.Value` directly in standalone VB apps; doing so instead caused a runtime error.
