Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Components and Dynamic zones not being populated #11

Closed TNortnern closed 2 years ago

TNortnern commented 2 years ago

Plugin does not populate relational content nested inside a component or dynamic zone e.g.

Mycomponent -> title, description, category(one to one category)

Using https://market.strapi.io/plugins/strapi-plugin-populate-deep

Only populates title, description but never populates the category field

TNortnern commented 2 years ago

Nvm, realized that populations require the role to access to the populated fields in v4

vlowe85 commented 1 year ago

Nvm, realized that populations require the role to access to the populated fields in v4

ahh, thanks, that was my issue too :D