Barelydead / strapi-plugin-populate-deep

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

Not possible to set depth more than 5 #39

Closed tholden92 closed 1 year ago

tholden92 commented 1 year ago

Hi, it seems like it is not possible to set a depth larger than 5 in version 3.0 with Strapi v4.12.1

Here is my config:

module.exports = ({ env }) => { return { "strapi-plugin-populate-deep": { config: { defaultDepth: 6, }, }, }; };

I have also tried ?populate=deep,6 to no effect.