Skip to main content

13 docs tagged with "breaking changes"

View All Tags

Breaking changes

View the list of all breaking changes introduced between Strapi v4 and v5.

No findPage() in Document Service API

In Strapi 5, the Entity Service API is deprecated, and for the findPage() method you should use the Document Service API's findMany() method instead.

Strapi 5 uses React Router DOM 6

Database identifiers are shortened in Strapi v5 and can't be longer than 53 characters to avoid issues with identifiers that are too long.