Skip to content

NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child o... #7471

@koraay7

Description

@koraay7

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.6.2
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  branch: main
media_folder: public/uploads
public_folder: /uploads
collections:
  - name: pages
    label: Pages
    files:
      - name: home
        label: Home Page
        file: content/pages/home.json
        fields:
          - label: Hero Title
            name: heroTitle
            widget: string
          - label: Hero Subtitle
            name: heroSubtitle
            widget: text
          - label: Hero Image
            name: heroImage
            widget: image
          - label: Features
            name: features
            widget: list
            fields:
              - label: Title
                name: title
                widget: string
              - label: Description
                name: description
                widget: text
              - label: Icon
                name: icon
                widget: select
                options:
                  - Users
                  - BadgeCheck
                  - Percent
                  - BarChart4
                  - ShoppingBag
                  - Award
          - label: Statistics
            name: statistics
            widget: object
            fields:
              - label: Influencers Count
                name: influencers
                widget: string
              - label: Brands Count
                name: brands
                widget: string
              - label: Campaigns Count
                name: campaigns
                widget: string
              - label: Revenue Share
                name: revenueShare
                widget: string
      - name: about
        label: About Page
        file: content/pages/about.json
        fields:
          - label: Title
            name: title
            widget: string
          - label: Subtitle
            name: subtitle
            widget: text
          - label: Main Image
            name: mainImage
            widget: image
          - label: Mission
            name: mission
            widget: object
            fields:
              - label: Title
                name: title
                widget: string
              - label: Description
                name: description
                widget: text
          - label: Values
            name: values
            widget: list
            fields:
              - label: Title
                name: title
                widget: string
              - label: Description
                name: description
                widget: text
    publish: true
    type: file_based_collection
    sortable_fields:
      - commit_date
      - commit_author
    view_filters: []
    view_groups: []
  - name: team
    label: Team Members
    folder: content/team
    create: true
    fields:
      - label: Name
        name: name
        widget: string
      - label: Role
        name: role
        widget: string
      - label: Bio
        name: bio
        widget: text
      - label: Image
        name: image
        widget: image
      - label: LinkedIn
        name: linkedin
        widget: string
        required: false
      - label: Twitter
        name: twitter
        widget: string
        required: false
      - label: Order
        name: order
        widget: number
        default: 999
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - name
      - name
      - bio
    view_filters: []
    view_groups: []
  - name: influencers
    label: Influencers
    folder: content/influencers
    create: true
    fields:
      - label: Name
        name: name
        widget: string
      - label: Category
        name: category

...

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