Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@Harivux

Description

@Harivux
Issue body actions

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.9.0
  • Git provider: proxy
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0

CMS configuration

backend:
  name: proxy
  repo: Harivux/Fluxara
  base_url: https://fluxara.cloud
  auth_endpoint: auth
  proxy_url: http://localhost:8081/api/v1
local_backend: true
media_folder: public/images/blog
public_folder: /images/blog
display_url: https://fluxara.cloud
logo_url: https://fluxara.cloud/favicon.png
locale: en
collections:
  - name: blog
    label: Blog
    folder: src/content/blog
    create: true
    slug: "{{slug}}"
    fields:
      - label: Slug
        name: slug
        widget: string
        hint: URL-friendly name (e.g., pluto-aquarius-crypto)
      - label: Title
        name: title
        widget: string
      - label: Description
        name: description
        widget: text
      - label: Author
        name: author
        widget: string
        default: MingShi TongZi
      - label: Publish Date
        name: date
        widget: datetime
        format: YYYY-MM-DD
        dateFormat: YYYY-MM-DD
        timeFormat: false
        date_format: YYYY-MM-DD
        time_format: false
      - label: Read Time
        name: readTime
        widget: string
        default: 5 min read
      - label: Tags
        name: tags
        widget: list
        default:
          - Insight
      - label: Featured Image
        name: image
        widget: image
        required: false
      - label: Last Updated
        name: updatedAt
        widget: datetime
        format: YYYY-MM-DD
        dateFormat: YYYY-MM-DD
        timeFormat: false
        required: false
        date_format: YYYY-MM-DD
        time_format: false
      - label: Body
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - title
      - date
      - author
      - description
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: null

Additional context

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.