Skip to content
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

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

Closed
ilanitlaks opened this issue Sep 28, 2024 · 1 comment

Comments

@ilanitlaks
Copy link

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Netlify CMS version: [email protected]
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

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
Copy link
Member

martinjagodic commented Oct 1, 2024

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.

@martinjagodic martinjagodic closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
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