strapi / strapi

🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.
https://strapi.io
Other
60.13k stars 7.52k forks source link

Crashing frontend after select entry with repetable components #19965

Open arastorhuiev opened 1 month ago

arastorhuiev commented 1 month ago

Bug report

Crashing frontend after select entry with repetable components

Required System information

Describe the bug

When using a component with the following settings - frontend crashed with Canceled Error. This issue only in one collection.

"redirects": { "displayName": "redirects", "type": "component", "repeatable": true, "component": "common.redirects" },

{ "collectionName": "components_common_redirects", "info": { "displayName": "redirects", "description": "" }, "options": {}, "attributes": { "incomingPath": { "type": "string", "required": true, "unique": false }, "redirectPath": { "type": "string", "required": true, "unique": false } } }

Screenshots

strapi-frontend-crash.webm Снимок экрана от 2024-03-29 13-10-39

arastorhuiev commented 1 month ago

Downgrade to Strapi 4.16.2 helped

Changes after downgrade (left side - 4.21.0, right side - 4.16.2) Снимок экрана от 2024-03-29 13-31-23