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

TypeError: Cannot read properties of undefined (reading 'textContent') #7356

Open
haxlock opened this issue Dec 23, 2024 · 2 comments
Open

Comments

@haxlock
Copy link

haxlock commented Dec 23, 2024

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

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

CMS configuration

backend:
  name: github
  repo: haxlock/myblog
  branch: main
  base_url: https://blog.haxlock.top
media_folder: source/images
public_folder: images
publish_mode: editorial_workflow
collections:
  - name: posts
    label: Post
    folder: source/_posts
    create: true
    slug: "{{slug}}"
    fields:
      - label: Layout
        name: layout
        widget: hidden
        default: blog
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: date
        widget: datetime
      - label: Updated Date
        name: updated
        widget: datetime
      - label: Featured Image
        name: thumbnail
        widget: string
      - label: abbrlink
        name: abbrlink
        widget: string
      - label: Tags
        name: tags
        widget: list
      - label: Categories
        name: categories
        widget: list
      - label: TOC
        name: toc
        widget: boolean
        default: true
      - label: Body
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - commit_author
    view_filters: []
    view_groups: []
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: null

Additional context

@martinjagodic
Copy link
Member

Hi @haxlock, 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 Dec 23, 2024
@haxlock
Copy link
Author

haxlock commented Dec 23, 2024 via email

@martinjagodic martinjagodic reopened this Dec 23, 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