decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.96k stars 3.05k forks source link

IndexSizeError: Failed to execute 'setStart' on 'Range': There is no child at offset 3. #7293

Closed ilanitlaks closed 1 month ago

ilanitlaks commented 1 month ago

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

CMS configuration

backend:
  name: git-gateway
  branch: main
media_folder: src/assets/blog-image
public_folder: /assets/blog-image
collections:
  - name: blog
    label: פוסטים
    folder: src/posts
    create: true
    slug: "{{title}}"
    fields:
      - label: כותרת
        name: title
        widget: string
      - label: תיאור
        name: description
        widget: text
      - label: מחבר
        name: author
        widget: string
      - label: Date
        name: date
        widget: datetime
      - label: תגיות
        name: tags
        widget: list
        default:
          - כל היצירות
          - רעיונות יצירה לימי הולדת
          - רעיונות יצירה
          - רעיונות יצירה לחנוכה
          - רעיונות יצירה לפורים
          - מומלצים
      - label: יש להוסיף פסיק בין המילים - מילות מפתח
        name: meta_keywords
        widget: string
      - label: תיאור לתגית המטא
        name: meta_description
        widget: text
      - label: תמונה ראשית
        name: image
        widget: image
      - label: לתמונה alt
        name: imageAlt
        widget: string
      - label: כותרת 1
        name: section1Title
        widget: string
        required: false
      - label: מה צריך?
        name: section1List
        widget: list
        fields:
          - label: שם הפריט
            name: name
            widget: string
          - label: קישור (אם יש)
            name: url
            widget: string
            required: false
      - label: כותרת 2
        name: section2Title
        widget: string
        required: false
      - label: שלבי היצירה
        name: section2List
        widget: list
        fields:
          - label: הוראות הכנה
            name: text
            widget: text
          - label: תמונות
            name: images
            widget: list
            fields:
              - label: טקסט מעל לתמונה
                name: caption
                widget: string
                required: false
              - label: תמונה
                name: src
                widget: image
              - label: לתמונה alt
                name: alt
                widget: string
      - label: פריסת עמוד
        name: layout
        widget: select
        options:
          - label: Post
            value: post.njk
          - label: Post 1
            value: post-1.njk
      - label: תוכן
        name: body
        widget: markdown
        required: false
    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: "-"
isFetching: false
error: null

Additional context

martinjagodic commented 1 month ago

Hi @ilanitlaks, 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.