Skip to content

Error: Minified React error #525; visit https://react.dev/errors/525 for the full message or use ... #7950

Description

@paulnicholsen27

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.15.1
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  repo: paulnicholsen27/dragonquillbooks
  branch: main
  auth_type: pkce
  base_url: https://auth.decapbridge.com
  auth_endpoint: /sites/81086a21-a8f5-44b1-9235-128a163cfc31/pkce
  auth_token_endpoint: /sites/81086a21-a8f5-44b1-9235-128a163cfc31/token
  gateway_url: https://gateway.decapbridge.com
  commit_messages:
    create: Create {{collection}} “{{slug}}” - {{author-name}} <{{author-login}}>
      via DecapBridge
    update: Update {{collection}} “{{slug}}” - {{author-name}} <{{author-login}}>
      via DecapBridge
    delete: Delete {{collection}} “{{slug}}” - {{author-name}} <{{author-login}}>
      via DecapBridge
    uploadMedia: Upload “{{path}}” - {{author-name}} <{{author-login}}> via DecapBridge
    deleteMedia: Delete “{{path}}” - {{author-name}} <{{author-login}}> via DecapBridge
    openAuthoring: Message {{message}} - {{author-name}} <{{author-login}}> via DecapBridge
auth:
  email_claim: email
  first_name_claim: first_name
  last_name_claim: last_name
  avatar_url_claim: avatar_url
logo_url: https://dragonquillbooks.netlify.app/assets/images/logo-horizontal-620925ce.avif
site_url: https://dragonquillbooks.netlify.app
media_folder: src/assets/images/blog
public_folder: /assets/images/blog
collections:
  - name: blog
    label: Blog
    folder: src/content/blog
    create: true
    slug: "{{slug}}"
    fields:
      - label: Title
        name: title
        widget: string
      - label: URL Slug
        name: url
        widget: string
        hint: Specify where the page will be written to. If you use "Blog Post", the
          post will be accessible from "blog/blog-post"
      - label: Description
        name: description
        widget: string
      - label: Featured Post
        name: featured
        widget: boolean
        default: false
        hint: Toggle on to display this post in the featured section
      - label: Author
        name: author
        widget: string
        hint: Auto-filled from your login
      - label: Author Avatar
        name: authorAvatar
        widget: string
        required: false
        hint: Auto-filled from your login profile picture
      - label: Date
        name: date
        widget: datetime
      - label: Featured Image
        name: image
        widget: image
      - label: Image Caption
        name: imageCaption
        widget: string
        required: false
        hint: Optional caption for the featured image
      - label: Image Alt Text
        name: imageAlt
        widget: string
        hint: Alt text for the featured image to be read by assistive screen readers
      - label: Body
        name: body
        widget: markdown
    publish: true
    type: folder_based_collection
    sortable_fields:
      - field: commit_date
      - field: title
      - field: date
      - field: author
      - field: description
    view_filters: []
    view_groups: []
    editor:
      preview: true
      notes: false
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
editor:
  preview: true
  notes: false
display_url: https://dragonquillbooks.netlify.app
isFetching: false
error: null

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions