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

RangeError: Invalid time value #7206

Open
jcrabapple opened this issue May 13, 2024 · 0 comments
Open

RangeError: Invalid time value #7206

jcrabapple opened this issue May 13, 2024 · 0 comments

Comments

@jcrabapple
Copy link

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.1.10
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  branch: master
media_folder: static/img
collections:
  - name: blog
    label: Post
    folder: posts
    create: true
    slug: "{{slug}}"
    fields:
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: date
        widget: datetime
      - label: Author
        name: author
        widget: string
        default: Anonymous
      - label: Summary
        name: summary
        widget: text
      - label: Tags
        name: tags
        widget: list
        default:
          - post
      - label: Body
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - author
      - summary
    view_filters: []
    view_groups: []
  - name: pages
    label: Page
    folder: pages
    create: false
    slug: "{{slug}}"
    fields:
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: date
        widget: datetime
      - label: Permalink
        name: permalink
        widget: string
      - label: Navigation
        name: eleventyNavigation
        widget: object
        fields:
          - label: Key
            name: key
            widget: string
          - label: Order
            name: order
            widget: number
            default: 0
      - label: Body
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - commit_author
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
public_folder: /static/img
isFetching: false
error: null

Additional context

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