Skip to content

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

@kevindiska

Description

@kevindiska

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 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0

CMS configuration

backend:
  name: github
  repo: kevindiska/kevins_site
  branch: main
  auth_endpoint: https://kevinverse.duckdns.org/auth
site_url: https://kevinverse.duckdns.org/
media_folder: static/uploads
public_folder: /uploads
media_library:
  name: uploadcare
  config:
    publicKey: demo
collections:
  - name: blog
    label: Blog
    folder: content/posts
    create: true
    slug: "{{slug}}"
    fields:
      - label: Title
        name: title
        widget: string
      - label: Date
        name: date
        widget: datetime
        format: YYYY-MM-DDTHH:mm:ssZZ
      - label: Author
        name: author
        widget: string
        default: Kevin
      - label: Description
        name: description
        widget: text
        required: false
      - label: Categories
        name: categories
        widget: list
        required: false
      - label: Tags
        name: tags
        widget: list
        required: false
      - label: Featured Image
        name: image
        widget: image
        required: false
      - label: Show Image in List
        name: show_image_in_list
        widget: boolean
        default: false
      - label: Table of Contents
        name: show_toc
        widget: boolean
        default: false
      - label: Draft
        name: draft
        widget: boolean
        default: true
      - label: Body
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - author
      - description
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
display_url: https://kevinverse.duckdns.org/
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