You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading from Strapi v5.5.1 to Strapi v5.6.0 introduces unexpected publish/draft behavior
Following the upgrade from Strapi v5.5.1 to v5.6.0, unexpected changes were observed in the publish/draft workflow behaviors. These issues specifically affect the Plans, Products, and Redirection collections, while all other collections remain unaffected. Investigation and resolution are required to address these inconsistencies in the draft and publish status handling.
Steps to reproduce the behavior
Use a clean clone of the repository
yarn install && yarn build && yarn seed - Works
try to upgrade to 5.6.0 - we see issues in Plans, Products, and Redirection
Upgrade:
npx @strapi/upgrade minor
We do not see it in all other collections
Screenshots
Additional context
Add any other context about the request here.
The text was updated successfully, but these errors were encountered:
Upgrading from Strapi v5.5.1 to Strapi v5.6.0 introduces unexpected publish/draft behavior
Following the upgrade from Strapi v5.5.1 to v5.6.0, unexpected changes were observed in the publish/draft workflow behaviors. These issues specifically affect the
Plans
,Products
, andRedirection
collections, while all other collections remain unaffected. Investigation and resolution are required to address these inconsistencies in the draft and publish status handling.Steps to reproduce the behavior
yarn install && yarn build && yarn seed
- WorksPlans
,Products
, andRedirection
Upgrade:
Screenshots
Additional context
Add any other context about the request here.
The text was updated successfully, but these errors were encountered: