decaporg / decaporg/decap-cms

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

Open
#7,950 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
19.4k
Forks
3.1k
Avg merge
1d 14h
Merged PRs (30d)
9

Description

**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**

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the error in Decap CMS 3.15.1 with the supplied git-gateway configuration in Chrome 151 on macOS. Investigate the point where the CMS displays React error #525, then capture a reproducible scenario and verify that the error no longer occurs or that its cause and resolution are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
frontend, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.