I didn’t realize I could access the populate field again for the component. Before I found the answer, I tried: { populate: { component: { relation: true } } }
which didn’t work.
populate=deep
This plugin allows for easier population of deep content structures using the rest API.
you just need to npm install strapi-plugin-populate-deep
@Reedham_pujara, @WardenCommander
Hmm, did you guys read the post? My second post includes the backend solution, and @rania included a front end solution (Which should work if you are trying to access it from the API endpoint @Reedham_pujara )
@blue Where do you put your solution? Is it in a file within the controller directory of the specified api? I see the documentation on how to populate, but I am still confused on where I am supposed to put the population configurations.