-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
status: will not fixWon't fix as it's either intended or for some other reasonWon't fix as it's either intended or for some other reason
Description
Bug report
Required System information
- Node.js version: 17.9.1
- NPM version:
- Strapi version: 4.8.2
- Database: affecting both local sqlite and live system with postgres
- Operating system:
- Is your project Javascript or Typescript: JavaScript
Describe the bug
The same query shown in the screenshot results in different responses with missing parts with Strapi 4.8.2
Steps to reproduce the behavior
- Create a dynamic pageZone
- Add a content type with a relation to another content type to this page zone
- In my case: Homepage has a dynamic zone containing a teaser content type, this teaser relates to an article
Expected behavior
As with the 4.7.1 version, the response should includes the article node.

Screenshots
If applicable, add screenshots to help explain your problem.
Code snippets
HTTP GET Query:
http://localhost:1337/api/home?populate[hero][populate]=*&populate[pageZone][populate]=*&locale=de
Metadata
Metadata
Labels
status: will not fixWon't fix as it's either intended or for some other reasonWon't fix as it's either intended or for some other reason
Type
Projects
Status
Fixed/Shipped

