-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
Describe the bug
I just open any default Post Or crate a new post I am getting this error
There's been an error -
Opening an issue pre-populates it with the error message and debugging data.
Please verify the information is correct and remove sensitive data if exists.
Details
RangeError: Use d
instead of D
(in ddd, MMM D, YYYY
) for formatting days of the month to the input Mon Jul 24 2023 01:50:42 GMT+0200 (středoevropský letní čas)
; see: https://git.io/fxCyr
To Reproduce
Create post (or edit)
/admin/#/collections/post/new
Expected behavior
Screenshots
Applicable Versions:
- Netlify CMS version:
netlify-cms-app@2.15.27
- Git provider:
git-gateway
- Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
CMS configuration
backend:
name: git-gateway
media_folder: site/static/img
public_folder: img
collections:
- name: post
label: Post
folder: site/content/post
create: true
fields:
- label: Title
name: title
widget: string
- label: Publish Date
name: date
widget: datetime
- label: Intro Blurb
name: description
widget: text
- label: Image
name: image
widget: image
required: false
- label: Body
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- commit_author
- description
view_filters: []
view_groups: []
- name: pages
label: Pages
files:
- file: site/content/_index.md
label: Home Page
name: home
fields:
- label: Title
name: title
widget: string
- label: Subtitle
name: subtitle
widget: string
- label: Image
name: image
widget: image
- label: Blurb
name: blurb
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- label: Intro
name: intro
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- label: Products
name: products
widget: list
fields:
- label: Image
name: image
widget: image
- label: Text
name: text
widget: text
- label: Values
name: values
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- file: site/content/contact/_index.md
label: Contact Page
name: contact
fields:
- label: Title
name: title
widget: string
- label: Logo
name: logo
widget: image
- label: Body
name: body
widget: markdown
- label: Contact Entries
name: contact_entries
widget: list
fields:
- label: Heading
name: heading
widget: string
- label: Text
name: text
widget: text
- file: site/content/products/_index.md
label: Products Page
name: products
fields:
- label: Title
name: title
widget: string
- label: Image
name: image
widget: image
- label: Heading
name: heading
widget: string
- label: Description
name: description
widget: string
- label: Intro
name: intro
widget: object
fields:
- label: Heading
name: heading
widget: string
- label: Description
name: description
widget: text
- label: Blurbs
name: blurbs
widget: list
...
Metadata
Metadata
Assignees
Labels
No labels