Skip to content

TypeError: Cannot read properties of null (reading 'props') #7462

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
CyberSnout opened this issue Apr 21, 2025 · 0 comments
Open

TypeError: Cannot read properties of null (reading 'props') #7462

CyberSnout opened this issue Apr 21, 2025 · 0 comments

Comments

@CyberSnout
Copy link

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap 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/135.0.0.0 Safari/537.36 Edg/135.0.0.0

CMS configuration

backend:
  name: github
  repo: The64thGamer/cheeseepedia
  branch: main
  use_graphql: false
  open_authoring: true
  base_url: https://sveltia-cms-auth.a22j2udvt.workers.dev
slug:
  encoding: ascii
  clean_accents: true
  sanitize_replacement: "-"
media_folder: static/photos
public_folder: /photos
site_url: https://cheeseepedia.org
display_url: https://cheeseepedia.org
publish_mode: editorial_workflow
collections:
  - name: wiki
    label: Articles
    folder: content/wiki
    preview_path: wiki/{{filename}}
    create: true
    extension: html
    format: toml-frontmatter
    slug: "{{slug}}"
    editor:
      preview: true
    fields:
      - label: Title
        name: title
        widget: string
      - label: Body
        name: body
        widget: text
      - label: Start Date (Formatted 2024-12-31, set to 0000-00-00 if Unknown, or use 00
          for any parts unknown)
        name: startDate
        widget: string
        required: false
      - label: End Date (Leave blank if not ended, set to 0000-00-00 if Unknown)
        name: endDate
        widget: string
        required: false
      - label: Thumbnail (example.avif)
        name: pageThumbnailFile
        widget: string
        required: false
      - label: Contributors (List your Username here!)
        name: contributors
        widget: list
        required: true
        min: 1
        max: 1000
        field:
          label: Username
          name: username
          widget: string
      - label: Citations (List sources here!)
        name: citations
        widget: list
        required: true
        min: 1
        max: 1000
        field:
          label: Source
          name: source
          widget: string
      - label: Credits
        name: credits
        widget: list
        required: false
        field:
          label: Credit
          name: credit
          widget: string
      - label: Manufacturer
        name: manufacturer
        widget: string
        required: false
      - label: Units Produced
        name: unitsProduced
        widget: string
        required: false
      - label: Wholesale Price
        name: wholesalePrice
        widget: string
        required: false
      - label: Dimensions
        name: dimensions
        widget: string
        required: false
      - label: "Store #"
        name: storeNumber
        widget: string
        required: false
      - label: Media Duration / Length
        name: mediaDuration
        widget: string
        required: false
      - label: Showtape Formats
        name: showtapeFormats
        widget: list
        required: false
        field:
          label: Format
          name: format
          widget: string
      - label: Download Links (example.org|Description)
        name: downloadLinks
        widget: list
        required: false
        field:
          label: Link | Desc
          name: link
          widget: string
      - label: Prices (Price|Date) ($4.99|1983-12-31)
        name: prices
        widget: list
        required: false
        field:
          label: Price | Desc
          name: price
          widget: string
      - label: Also Known As
        name: alsoKnownAs
        widget: list
        required: false
        field:
          label: AKA
          name: aka
          widget: string
      - label: Latitude, Longitude
        name: latitudeLongitude
        min: 0
        max: 2
        widget: list
        required: false
        field:
          label: LatLong
          name: latlong
          widget: string
      - label: Tags
        name: tags
        widget: select
        min: 1
        max: 5
  
...
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