Skip to content

Update from 4.7.1 to 4.8.2 results in missing parts in the response #16137

@neonnoe

Description

@neonnoe

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

image

Steps to reproduce the behavior

  1. Create a dynamic pageZone
  2. Add a content type with a relation to another content type to this page zone
  3. In my case: Homepage has a dynamic zone containing a teaser content type, this teaser relates to an article

image

4. Query the homepage 5. With Strapi 4.8.2 the response is missing the article node in the JSON

Expected behavior

As with the 4.7.1 version, the response should includes the article node.
image

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

Assignees

Labels

status: will not fixWon't fix as it's either intended or for some other reason

Type

No type

Projects

Status

Fixed/Shipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions