UiPath Documentation
studio-web
latest
false

Studio Web user guide

Last updated May 20, 2026

Solutions in the Local Workspace

Depending on your collaboration needs, you can store solutions either in the cloud or locally on your machine.

Solutions stored in the cloud are managed from the Cloud Workspace page, while those stored locally are managed from the Local Workspace page.

Inside the Local Workspace page, you have the option to create a new solution or open an existing one.

To create a new local solution:

  1. Select the Create New button.

  2. Choose the type of solution you want to create on your machine. A new browser window opens.

  3. Navigate to the folder inside which you want the solution code to be stored.

  4. Select the folder.

  5. Click on the Select Folder button. A new browser pop-up message appears, asking you to allow Studio Web to edit files on your machine.

  6. Inside the pop-up message, select Allow. Your new local solution opens.

    Note:

    Selecting the Don't Allow button returns you to the Local Workspace page without creating the solution.

The Show Files button in the Solution Explorer panel allow you to see the solution files stored on disk. Expand each folder to see the files it contains and select a file to open it in the designer.

To open an existing local solution:

  1. Select the Open solution button. A new browser window opens.
  2. Navigate to the folder that contains the solution.
  3. Select the folder.
  4. Click on the Select Folder button. A new browser pop-up message appears, asking you to allow Studio Web to edit files on your machine.
  5. Inside the pop-up message, select Allow. Your new local solution opens.

Saving a cloud project to your Local Workspace

You can save an individual project from the Cloud Workspace directly to your Local Workspace. Studio Web downloads the project, wraps it in a local solution structure, and adds it to your Local Workspace page.

Prerequisites: This option requires a browser that supports the File System Access API, such as Google Chrome, Microsoft Edge, or Brave. It is not available in Firefox or Safari.

To save a cloud project to your Local Workspace:

  1. In the Cloud Workspace, select the ⋮ See more button next to the project.
  2. Select Save to Local Workspace. A browser folder picker opens.
  3. Navigate to the folder where you want to store the project and select it.
  4. Select Allow when prompted to grant Studio Web access to your file system.

The project is saved to your machine and the Local Workspace page opens automatically.

The Local Workspace page shows a list of available local solutions. Select the See more button next to a solution to:

  • Duplicate your solution.

  • Pin your solution to the top of the list.

  • Open your solution in Studio Desktop.

  • Save your solution in the cloud workspace. After the solution is saved, it appears in the Cloud Workspace page. If a solution with the same name already exists, a window prompts you to either overwrite the existing solution or create a new one.

  • Remove the solution from the list by selecting the Remove from recent option.

    Note:
    • Due to browser technical limitations, the full path on disk cannot be displayed in the Local Workspace page.
    • You cannot use the Share button to share project that are part of a local solution. Use the Source control panel instead.

Managing projects in your solution

The following options are available to manage projects in your local workspace solutions:

  • Add existing project - Adds an existing project to your local solution and updates the solution JSON file to include the new project. Access this option from the solution right-click menu.
  • Exclude project - Excludes a project from your local solution and removes the project from the solution JSON file. Access this option from the project right-click menu.
  • Reveal folder - Opens a folder picker at the solution or project directory. Access this option from the solution or project right-click menu.

Known issues

IndexedDB error

The error "Internal error opening backing store for indexedDB.open." may sometimes occur when working on a local solution in a Chromium browser (Google Chrome, Microsoft Edge, Brave, etc.). The IndexedDB folder stores data locally for websites and browser extensions. This error is unrelated to Studio Web and can be caused by external factors, such as:

  • Exceeding the browser storage quota.
  • Accessing Studio Web in private/Incognito mode.
  • Browser extensions (ad blockers or privacy extensions that block storage).
  • Corrupted domain data in the IndexedDB folder.
  • Other browser-related bugs.

Studio Web detects if browser storage becomes corrupted and prompts you to clear the stored site data. For Google Chrome, follow these steps:

  1. Open Google Chrome.
  2. Navigate to Settings > Privacy and security > Site settings.
  3. Select View permissions and data stored across sites.
  4. Search for the domain name (for example, cloud.uipath.com).
  5. Delete the domain data.
  6. Refresh the browser page.

Alternatively, you can delete the domain folder stored locally on your machine:

  1. Navigate to the IndexedDB folder (for example, C:\Users\[YourUsername]\AppData\Local\Google\Chrome\User Data\Default\IndexedDB).
  2. Locate the appropriate domain folder (for example, https_cloud.uipath.com_0.indexeddb.leveldb).
  3. Delete the domain folder.

Please be aware that deleting the domain folder also clears the list of recently opened solutions. However, this action does not delete the actual solutions stored locally.

  • Saving a cloud project to your Local Workspace
  • Managing projects in your solution
  • Known issues
  • IndexedDB error

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated