Skip to content

Error: Cannot find a descendant at path [6,2,0,2] in node: {"children":[{"type":"paragraph","chil... #7480

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
golibnarzullayev opened this issue May 26, 2025 · 0 comments

Comments

@golibnarzullayev
Copy link

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: [email protected]
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  branch: main
media_folder: /public/assets/images
public_folder: /public/assets/images
collections:
  - name: blog
    label: Blog
    folder: src/content/blog
    create: true
    fields:
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: pubDatetime
        widget: datetime
      - label: Modfiy date
        name: modDatetime
        widget: datetime
      - label: Description
        name: description
        widget: string
      - label: Body
        name: body
        widget: markdown
      - label: Tags
        name: tags
        widget: list
      - label: Author
        name: author
        widget: string
      - label: Slug
        name: slug
        widget: string
      - label: Featured
        name: featured
        widget: boolean
        default: false
      - label: Draft
        name: draft
        widget: boolean
        default: false
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - author
      - description
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: null

Additional context

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

1 participant