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

Error: Cannot get the start point in the node at path [11] because it has no start text node. #7392

Open
gvcalligraphy opened this issue Feb 3, 2025 · 2 comments

Comments

@gvcalligraphy
Copy link

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.6.1
  • Git provider: github
  • Browser version: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0

CMS configuration

backend:
  name: github
  repo: GeneseeValleyCalligraphyGuild/gvcalligraphy.org
media_folder: public/img
public_folder: /img
collections:
  - name: blog
    label: Blog
    folder: src/pages/blog
    create: true
    slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
    fields:
      - label: Template Key
        name: templateKey
        widget: hidden
        default: blog-post
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: date
        widget: datetime
      - label: Description
        name: description
        widget: text
      - label: Body
        name: body
        widget: markdown
      - label: Tags
        name: tags
        widget: list
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - commit_author
      - description
    view_filters: []
    view_groups: []
  - name: Pages
    label: Pages
    folder: src/pages
    create: true
    extension: md
    format: frontmatter
    fields:
      - label: Template Key
        name: templateKey
        widget: hidden
        default: general-page
      - label: Title
        name: title
        widget: string
      - label: Path
        name: path
        widget: string
      - label: Body
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
    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

Hi @gvcalligraphy, 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 Feb 4, 2025
@gvcalligraphy
Copy link
Author

I do not have a screenshot to show.
When editing the Links page here - https://gvcalligraphy-preview.netlify.app/admin/#/collections/Pages/entries/links
trying to remove a couple of lines from a bulleted list, I completely lost the Content Manager with the above error. It took a long time to get it back.
Again, editing in Markdown mode worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants