Skip to content

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

@Florianecm

Description

@Florianecm

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

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

CMS configuration

backend:
  name: git-gateway
  branch: preview
display_url: https://esc-anthea-v2.netlify.app
local_backend: true
media_folder: public/images
public_folder: /images
collections:
  - name: pages
    label: Pages
    folder: content/pages
    create: true
    slug: "{{slug}}"
    fields:
      - label: Titre
        name: title
        widget: string
      - label: Description
        name: description
        widget: text
      - label: Type
        name: type
        widget: hidden
        default: Page
      - label: Page ID
        name: pageId
        widget: string
        hint: "Identifiant unique de la page (ex: homepage-2024)"
      - label: Contenu
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
      - description
    view_filters: []
    view_groups: []
  - name: blog
    label: Articles de Blog
    folder: content/blog
    create: true
    slug: "{{slug}}"
    fields:
      - label: Titre
        name: title
        widget: string
      - label: Date
        name: date
        widget: datetime
      - label: Auteur
        name: author
        widget: string
        default: Guillaume Borne
      - label: Extrait
        name: excerpt
        widget: text
      - label: Tags
        name: tags
        widget: list
        default: []
      - label: Image mise en avant
        name: featuredImage
        widget: image
      - label: Type
        name: type
        widget: hidden
        default: BlogPost
      - label: Contenu
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - author
    view_filters: []
    view_groups: []
  - name: sections
    label: Sections
    folder: content/sections
    create: true
    slug: "{{slug}}"
    fields:
      - label: Nom
        name: name
        widget: string
      - label: Type de section
        name: sectionType
        widget: select
        options:
          - label: Équipe
            value: team
          - label: Services
            value: services
          - label: Valeurs
            value: values
          - label: Témoignages
            value: testimonials
      - label: Type
        name: type
        widget: hidden
        default: Section
      - label: Données
        name: data
        widget: object
        fields:
          - label: Titre
            name: heading
            widget: string
          - label: Introduction
            name: intro
            widget: text
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - name
      - name
    view_filters: []
    view_groups: []
  - name: globals
    label: Configuration Globale
    folder: content/globals
    create: true
    slug: "{{slug}}"
    fields:
      - label: Nom du site
        name: siteName
        widget: string
      - label: Logo
        name: logo
        widget: image
      - label: Type
        name: type
        widget: hidden
        default: Global
      - label: Navigation
        name: navigation
        widget: object
        fields:
          - label: Menu principal
            name: main
            widget: list
            fields:
              - label: Label
                name: label
                widget: string
              - label: URL
                name: url
                widget: string
              - label: Type
                name: type
                widget: select
                options:
                  - label: Page
     
...

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