Skip to content

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

@osamak39

Description

@osamak39

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

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

CMS configuration

backend:
  name: github
  repo: osamak39/HandyLads
  branch: main
  auth_endpoint: api/auth
publish_mode: editorial_workflow
media_folder: content/_media
public_folder: /content/_media
collections:
  - name: blog
    label: Blog Posts
    folder: content/blog
    create: true
    slug: "{{slug}}"
    format: frontmatter
    extension: md
    fields:
      - label: Title
        name: title
        widget: string
        required: true
        hint: Blog post title (10-100 characters)
      - label: Slug
        name: slug
        widget: string
        required: true
        pattern:
          - ^[a-z0-9]+(?:-[a-z0-9]+)*$
          - Must be lowercase with hyphens only
        hint: URL-friendly identifier
      - label: Summary
        name: summary
        widget: text
        required: true
        hint: SEO description (80-180 characters)
      - label: Cover Image
        name: coverImage
        widget: image
        required: false
        hint: Optional cover image
      - label: Tags
        name: tags
        widget: list
        required: false
        max: 5
        hint: Maximum 5 tags
      - label: Author
        name: author
        widget: string
        default: Handy Lads Team
        required: true
      - label: Language
        name: lang
        widget: select
        options:
          - en
          - ar
        default: en
        required: true
      - label: Status
        name: status
        widget: select
        options:
          - draft
          - published
        default: draft
        required: true
      - label: Published Date
        name: publishedAt
        widget: datetime
        required: true
        format: YYYY-MM-DDTHH:mm:ss.sssZ
      - label: Content
        name: body
        widget: markdown
        required: true
        hint: Main blog post content
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - author
      - summary
    view_filters: []
    view_groups: []
    editor:
      preview: true
site_url: https://handylads.com
display_url: https://handylads.com
logo_url: https://handylads.com/images/logo-handylads-desktop-light.svg
editor:
  preview: true
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