Skip to content

NotFoundError: Node.removeChild: The node to be removed is not a child of this node #7631

@tanktoptony

Description

@tanktoptony

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.8.4
  • Git provider: test-repo
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0 Agency/98.8.8174.80

CMS configuration

backend:
  name: test-repo
media_folder: public/uploads
public_folder: /uploads
collections:
  - name: specials
    label: Specials
    files:
      - name: weekly_specials
        label: Weekly Drink Specials
        file: src/content/specials.json
        format: json
        fields:
          - label: Items
            name: items
            widget: list
            summary: "{{fields.name}} — ${{fields.price}}"
            fields:
              - label: ID
                name: id
              - label: Name
                name: name
              - label: Price
                name: price
                widget: number
                value_type: int
              - label: Image
                name: image
                widget: image
                required: false
    publish: true
    type: file_based_collection
    sortable_fields: []
    view_filters: []
    view_groups: []
  - name: events
    label: Events
    files:
      - name: upcoming_events
        label: Upcoming Events
        file: src/content/events.json
        format: json
        fields:
          - label: Events
            name: items
            widget: list
            summary: "{{fields.date}} — {{fields.title}}"
            fields:
              - label: Date
                name: date
              - label: Title
                name: title
              - label: Description
                name: desc
    publish: true
    type: file_based_collection
    sortable_fields: []
    view_filters: []
    view_groups: []
  - name: artists
    label: Artists
    label_singular: Artist
    folder: src/content/artists
    create: true
    format: json
    slug: "{{slug}}"
    fields:
      - label: ID
        name: id
      - label: Name
        name: name
      - label: Image
        name: image
        widget: image
        required: false
      - label: Blurb
        name: blurb
        widget: text
        required: false
      - label: Featured
        name: featured
        widget: boolean
        default: true
    publish: true
    type: folder_based_collection
    sortable_fields:
      - name
      - name
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: "'collections' collections names must be unique"

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions