-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Closed
Copy link
Labels
flag: EEIssues correlates to internal EE ticketIssues correlates to internal EE ticketissue: bugIssue reporting a bugIssue reporting a bugseverity: criticalIf the issue has a security impact or breaks core usage of the productIf the issue has a security impact or breaks core usage of the productsource: core:databaseSource is core/database packageSource is core/database packagestatus: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community membersversion: 5Issue is present in Strapi 5Issue is present in Strapi 5
Description
Bug report
Required System information
- Node.js version: 18.18.2
- NPM version: 10.9.0
- Strapi version: 5.4.1
- Database: mysql
- Operating system: windows 10
- Is your project Javascript or Typescript: Typescript
Description of the Issue
The order of components displayed in the dynamic zone on localhost does not match the order configured in the Strapi admin panel. This discrepancy makes it difficult to ensure consistent rendering between the admin interface and the local environment.
This problem occured after upgrade from v5.3.0 to v5.4.0.
Previously I used v5.3.0 without any problems.
Steps to reproduce the behavior
- Log in to the Strapi admin panel.
- Navigate to a content type that includes a dynamic zone.
- Add multiple components to the dynamic zone and arrange them in a specific order.
- Save the changes.
- Query the content type through the API or render it in the frontend on localhost.
- Observe that the order of the components displayed does not match the order configured in the admin panel.
Expected behavior
The order of components displayed on localhost should match the order set in the Strapi admin panel for the dynamic zone.
Actual behavior
The order of components displayed on localhost is incorrect and does not align with the order set in the Strapi admin panel.
Screenshots
Code snippets
Metadata
Metadata
Assignees
Labels
flag: EEIssues correlates to internal EE ticketIssues correlates to internal EE ticketissue: bugIssue reporting a bugIssue reporting a bugseverity: criticalIf the issue has a security impact or breaks core usage of the productIf the issue has a security impact or breaks core usage of the productsource: core:databaseSource is core/database packageSource is core/database packagestatus: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community membersversion: 5Issue is present in Strapi 5Issue is present in Strapi 5
Type
Projects
Status
Fixed/Shipped
Status
Done





