Skip to content

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

@abin-g

Description

@abin-g

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  branch: master
media_folder: public/uploads
public_folder: /uploads
collections:
  - name: landing_page
    label: Landing Page
    folder: content/landing_page
    create: false
    slug: home
    fields:
      - label: Hero Title
        name: hero_title
        widget: string
      - label: Hero Subtitle
        name: hero_subtitle
        widget: text
      - label: Hero Image
        name: hero_image
        widget: image
      - label: Features
        name: features
        widget: list
        fields:
          - label: Title
            name: title
            widget: string
          - label: Description
            name: description
            widget: text
      - label: How It Works Title
        name: how_it_works_title
        widget: string
      - label: How It Works Description
        name: how_it_works_description
        widget: text
      - label: How It Works Image
        name: how_it_works_image
        widget: image
      - label: CTA Title
        name: cta_title
        widget: string
      - label: CTA Button Text
        name: cta_button_text
        widget: string
      - label: CTA Button Link
        name: cta_button_link
        widget: string
      - label: Footer Text
        name: footer_text
        widget: text
      - label: Footer Links
        name: footer_links
        widget: list
        fields:
          - label: Text
            name: text
            widget: string
          - label: URL
            name: url
            widget: string
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - hero_title
      - commit_author
    view_filters: []
    view_groups: []
  - name: pricing_page
    label: Pricing Page
    folder: content/pricing_page
    create: false
    slug: pricing
    fields:
      - label: Pricing Title
        name: pricing_title
        widget: string
      - label: Pricing Subtitle
        name: pricing_subtitle
        widget: text
      - label: Pricing Plans
        name: pricing_plans
        widget: list
        fields:
          - label: Plan Name
            name: plan_name
            widget: string
          - label: Plan Price
            name: plan_price
            widget: string
          - label: Plan Features
            name: plan_features
            widget: list
            fields:
              - label: Feature
                name: feature
                widget: string
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - pricing_title
      - commit_author
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: null

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