Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kevindiska opened this issue Feb 28, 2025 · 1 comment

Comments

@kevindiska
Copy link

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

@martinjagodic
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants