We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I opened the admin area as usual but this time i'm getting an error To Reproduce
Expected behavior Site should be opened correctly
Screenshots
Applicable Versions:
decap-cms@3.1.2
github
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
CMS configuration
backend: name: github repo: gxanshu/gxanshu-site branch: main base_url: https://gxanshu.in auth_endpoint: /api/auth squash_merges: true auth_scope: repo open_authoring: true publish_mode: editorial_workflow media_folder: public/assets public_folder: /assets site_url: https://gxanshu.in collections: - name: blog label: Blog folder: src/content/blog create: true extension: mdx format: frontmatter preview_path: blog/{{slug}} fields: - name: title label: Title - name: description label: Description - label: Date name: pubDate widget: datetime default: "" date_format: YYYY.MM.DD time_format: false format: LLL picker_utc: false - label: Image name: image widget: image choose_url: true media_library: config: multiple: false - name: body label: Body widget: markdown publish: true type: folder_based_collection sortable_fields: - commit_date - title - commit_author - description view_filters: [] view_groups: [] - name: notes label: Notes folder: src/content/notes create: true extension: mdx format: frontmatter preview_path: notes/{{slug}} fields: - name: title label: Title - name: description label: Description - label: Date name: pubDate widget: datetime default: "" date_format: YYYY.MM.DD time_format: false format: LLL picker_utc: false - name: body label: Body widget: markdown publish: true type: folder_based_collection sortable_fields: - commit_date - title - commit_author - description view_filters: [] view_groups: [] - name: projects label: Projects folder: src/content/projects create: true extension: mdx format: frontmatter preview_path: projects/{{slug}} fields: - name: heading label: heading - name: title label: Title - name: description label: Description - label: Date name: pubDate widget: datetime default: "" date_format: YYYY.MM.DD time_format: false format: LLL picker_utc: false - label: Status name: status widget: select options: - active - inactive default: active - label: Logo name: logo widget: image choose_url: true media_library: config: multiple: false - name: author label: Author - label: Tech Stacks name: techStack widget: list default: - typescript-plain - name: body label: Body widget: markdown publish: true type: folder_based_collection sortable_fields: - commit_date - title - author - description view_filters: [] view_groups: [] slug: encoding: unicode clean_accents: false sanitize_replacement: "-" display_url: https://gxanshu.in isFetching: false error: null
Additional context
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #7106
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I opened the admin area as usual but this time i'm getting an error
To Reproduce
Expected behavior
Site should be opened correctly
Screenshots
Applicable Versions:
decap-cms@3.1.2
github
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
CMS configuration
Additional context
The text was updated successfully, but these errors were encountered: