-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child o... #7767
Copy link
Copy link
Open
Description
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
- Decap CMS version:
decap-cms@3.11.0 - Git provider:
github - Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36
CMS configuration
backend:
name: github
repo: integrapaygyn/inttegrahouse
branch: main
base_url: https://inttegrar.house
auth_endpoint: admin/auth.html
media_folder: public/uploads/blog
public_folder: /uploads/blog
locale: pt
slug:
encoding: ascii
clean_accents: true
sanitize_replacement: "-"
collections:
- name: blog
label: Blog
label_singular: Post
folder: content/blog
create: true
delete: true
slug: "{{slug}}"
sortable_fields:
- field: date
default_sort: null
- field: title
default_sort: null
summary: "{{title}} — {{date}}"
editor:
preview: true
fields:
- label: Título
name: title
widget: string
- label: Data
name: date
widget: datetime
date_format: YYYY-MM-DD
time_format: false
format: YYYY-MM-DD
- label: Descrição
name: description
widget: text
- label: Categoria
name: category
widget: select
options:
- Regulação & Compliance
- Conceito PSTF
- GovTech & Programas Sociais
- Private Label & Varejo
- Meios de Pagamento
- Tecnologia Financeira
- Cases de Sucesso
- Mercado Financeiro
- label: Tempo de Leitura
name: readTime
widget: string
default: 5 min
- label: Autor
name: author
widget: string
default: Inttegrar House
- label: Cor de Destaque
name: accent
widget: select
default: primary
options:
- label: Cyan (Primária)
value: primary
- label: Dourado
value: gold
- label: Verde
value: green
- label: Imagem de Capa
name: coverImage
widget: image
required: false
- label: Conteúdo
name: body
widget: markdown
publish: true
type: folder_based_collection
view_filters: []
view_groups: []
publish_mode: simple
isFetching: false
error: "'collections' collections names must be unique"
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels