decap-cms icon indicating copy to clipboard operation
decap-cms copied to clipboard

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

Open Biboswan opened this issue 1 year ago • 2 comments
trafficstars

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: [email protected]
  • Git provider: github
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36

CMS configuration

backend:
  name: github
  repo: Biboswan/rbanquets
  branch: main
  base_url: https://rbanquets.com/api
media_folder: public/img
public_folder: img
collections:
  - name: pages
    label: Pages
    files:
      - label: About Us
        name: about us
        file: content/about-us.md
        fields:
          - label: Title
            name: title
            widget: string
          - label: Body
            name: body
            widget: markdown
    publish: true
    type: file_based_collection
    sortable_fields:
      - commit_date
      - commit_author
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: null

Additional context

Biboswan avatar May 01 '24 12:05 Biboswan

I also opened one for this error as well. #7176

hkbertoson avatar May 02 '24 15:05 hkbertoson

@demshy Same thing with me. I can consistently reproduce this when deleting an item in a bullet list in a rich text element.

mohab-sameh avatar May 29 '24 23:05 mohab-sameh

Duplicate of #6965

martinjagodic avatar Aug 05 '24 08:08 martinjagodic