Skip to content

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

@Lusic-minamiguchi

Description

@Lusic-minamiguchi

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

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

CMS configuration

backend:
  name: github
  repo: LUSIC-Co-Ltd/INSiTEManual
  branch: develop
  base_url: https://github-oauth-auth-ozeufqlyla-an.a.run.app
  auth_endpoint: /
publish_mode: editorial_workflow
media_folder: apps/docs/public/images
public_folder: /images
collections:
  - name: daily-operations
    label: 日常業務
    folder: apps/docs/src/content/docs/daily-operations
    create: true
    slug: "{{slug}}"
    fields:
      - label: タイトル
        name: title
        widget: string
      - label: 説明
        name: description
        widget: string
        required: false
      - label: 本文
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
      - description
    view_filters: []
    view_groups: []
  - name: property-management
    label: 物件管理
    folder: apps/docs/src/content/docs/property-management
    create: true
    slug: "{{slug}}"
    fields:
      - label: タイトル
        name: title
        widget: string
      - label: 説明
        name: description
        widget: string
        required: false
      - label: 本文
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
      - description
    view_filters: []
    view_groups: []
  - name: tenant-management
    label: テナント管理
    folder: apps/docs/src/content/docs/tenant-management
    create: true
    slug: "{{slug}}"
    fields:
      - label: タイトル
        name: title
        widget: string
      - label: 説明
        name: description
        widget: string
        required: false
      - label: 本文
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
      - description
    view_filters: []
    view_groups: []
  - name: admin-settings
    label: 管理者設定
    folder: apps/docs/src/content/docs/admin-settings
    create: true
    slug: "{{slug}}"
    fields:
      - label: タイトル
        name: title
        widget: string
      - label: 説明
        name: description
        widget: string
        required: false
      - label: 本文
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
      - description
    view_filters: []
    view_groups: []
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: "'collections' collections names must be unique"

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