Skip to content

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

@ghost

Description

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.6.2
  • Git provider: github
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

CMS configuration

backend:
  name: github
  branch: main
  repo: Mads384/manifest-illusions
  auth_endpoint: /.netlify/functions/auth
  base_url: https://manifestillusions.com
  site_domain: manifestillusions.com
  api_root: https://api.github.com
  app_id: TysqMNZvUSLBtrckIOEm0hBUTn5naTlQ
  auth_type: pkce
media_folder: public/uploads
public_folder: /uploads
site_url: https://manifestillusions.com
display_url: https://manifestillusions.com
publish_mode: editorial_workflow
local_backend: true
locale: en
show_preview_links: true
editor:
  preview: true
collections:
  - name: pages
    label: Pages
    files:
      - file: content/pages/home.md
        label: Home Page
        name: home
        fields:
          - label: Title
            name: title
            widget: string
          - label: Description
            name: description
            widget: text
          - label: Hero Title
            name: heroTitle
            widget: string
          - label: Hero Subtitle
            name: heroSubtitle
            widget: string
          - label: Services Title
            name: servicesTitle
            widget: string
          - label: Services Subtitle
            name: servicesSubtitle
            widget: string
          - label: Portfolio Title
            name: portfolioTitle
            widget: string
          - label: Portfolio Subtitle
            name: portfolioSubtitle
            widget: string
          - label: Custom Design Title
            name: customDesignTitle
            widget: string
          - label: Custom Design Subtitle
            name: customDesignSubtitle
            widget: string
          - label: Contact Title
            name: contactTitle
            widget: string
          - label: Contact Subtitle
            name: contactSubtitle
            widget: string
    publish: true
    type: file_based_collection
    sortable_fields:
      - commit_date
      - commit_author
    view_filters: []
    view_groups: []
    editor:
      preview: true
  - name: services
    label: Services
    folder: content/services
    create: true
    slug: "{{slug}}"
    fields:
      - label: Title
        name: title
        widget: string
      - label: Description
        name: description
        widget: text
      - label: Icon
        name: icon
        widget: select
        options:
          - Image
          - PenTool
          - Shirt
          - BarChart3
          - Palette
          - FileText
          - SplitSquareVertical
          - Layers
          - BookOpen
          - CreditCard
          - Instagram
          - Brush
          - Users
      - label: Category
        name: category
        widget: select
        options:
          - Product Ad Images & Copywriting
          - Brand Identity Design
          - Clothing Design
          - Digital Marketing Content
      - label: Featured
        name: featured
        widget: boolean
        default: false
      - label: Order
        name: order
        widget: number
        default: 1
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
      - description
    view_filters: []
    view_groups: []
    editor:
      preview: true
  - name: portfolio
    label: Portfolio
    folder: content/portfolio
    create: true
    slug: "{{slug}}"
    fields:
      - label: Title
        name: title
        widget: string
      - label: Category
        name: category
        widget: string
      - label: Image
        name: image
        widget: image
      - label: Description
        name: description
        widget: text
      - label: Featured
       
...

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