Skip to content

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

Description

@realizujsiesailing

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.15.1
  • Git provider: github
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:153.0) Gecko/20100101 Firefox/153.0

CMS configuration

backend:
  name: github
  repo: realizujsiesailing/realizujsie-sailing
  branch: main
locale: pl
site_url: /
display_url: /
media_folder: public/uploads
public_folder: /uploads
collections:
  - name: porady
    label: Porady (blog)
    label_singular: Porada
    folder: content/porady
    create: true
    slug: "{{slug}}"
    fields:
      - label: Tytuł
        name: tytul
        widget: string
      - label: Kategoria
        name: kategoria
        widget: string
        hint: Np. Wybór jachtu, Planowanie sezonu
      - label: Data
        name: data
        widget: datetime
        date_format: YYYY-MM-DD
        time_format: false
      - label: Czas czytania
        name: czas_czytania
        widget: string
        default: 5 min czytania
      - label: Zajawka
        name: zajawka
        widget: text
        hint: Krótki opis widoczny na liście porad
      - label: Treść
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - field: commit_date
      - field: tytul
      - field: commit_author
    view_filters: []
    view_groups: []
    editor:
      preview: true
      notes: false
  - name: strony
    label: Treści strony
    files:
      - label: Strona główna
        name: glowna
        file: content/strona/glowna.json
        fields:
          - label: Sekcja główna (hero)
            name: hero
            widget: object
            fields:
              - label: Plakietka
                name: badge
                widget: string
              - label: Tytuł — część 1
                name: tytul_1
                widget: string
              - label: Tytuł — słowo akcentowane
                name: tytul_akcent
                widget: string
              - label: Tytuł — część 2
                name: tytul_2
                widget: string
              - label: Opis
                name: opis
                widget: text
              - label: Zdjęcie w tle
                name: obraz
                widget: image
          - label: Sekcja zaufania
            name: zaufanie
            widget: object
            fields:
              - label: Nadtytuł
                name: nadtytul
                widget: string
              - label: Tytuł
                name: tytul
                widget: string
              - label: Opis
                name: opis
                widget: text
          - label: O nas
            name: o_nas
            widget: object
            fields:
              - label: Tytuł
                name: tytul
                widget: string
              - label: Opis
                name: opis
                widget: text
              - label: Zespół
                name: zespol
                widget: list
                fields:
                  - label: Inicjały
                    name: inicjaly
                    widget: string
                  - label: Imię i nazwisko
                    name: imie
                    widget: string
                  - label: Rola
                    name: rola
                    widget: string
                  - label: Opis
                    name: opis
                    widget: text
          - label: Formularz
            name: formularz
            widget: object
            fields:
              - label: Tytuł
                name: tytul
                widget: string
              - label: Opis
                name: opis
                widget: text
      - label: Polityka prywatności
        name: polityka
        file: content/strona/polityka-prywatnosci.md
        fields:
          - label: Tytuł
            name: tytul
            widget: string
          - 
...

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