Creating multiple components with same label causes error: entity with ID already exists

Created on 19 March 2025, 15 days ago

Overview

When I attempt to create a component with a name as one that already exists, it tries to use the same machine name (ID), and I get an error.:

{
    "status": 409,
    "data": {
        "errors": [
            "'js_component' entity with ID 'image' already exists."
        ]
    }
}

Steps to reproduce

There are 2 different ways to trigger this error:

Standard components:

  1. Create a "Hero" component.
  2. Create another "Hero" component with the same name ("Hero").
  3. Try to create a third "Hero" component with the same name and you will get the error.

Dynamic components:

  1. Create a component with the same name as a dynamic component, e.g., 'breadcrumb'.
  2. Try to create another component with same name and you will get the error.

Proposed resolution

User interface changes

🐛 Bug report
Status

Active

Version

0.0

Component

Page builder

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024