decap-cms
decap-cms copied to clipboard
NotFoundError: Node.removeChild: The node to be removed is not a child of this node
trafficstars
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
- Decap CMS version:
[email protected] - 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
Hi @kevindiska, please fill out all the fields in the issue template. The information you provided is not enough to debug the problem.
I'm closing the issue for now. Once you add the missing information, I can open it again.