How can i populate media & slide file in dynamic zones v5.0.1?

System Information
  • Strapi Version: 5.0.1
  • Operating System: Mac OS
  • Database: sqlite
  • Node Version: v18.17.1
  • NPM Version: 9.5.1
  • Yarn Version: 1.22.19


dynamic zones fields blocks can not show the media files,how can i populate the “shared.image” ?


articles i upload the correct image, but missing file output


content builder config

You can use this module to populate the media files as well in the dynamic zone.

Install this module and then

Replace your API URL

/api/articles/isbwasdsjfjsdjfjdjfjjdsfjk24pyrt?customPopulate=nested

Then check the response you will get the media response as well in the API response.

1 Like

Hey guy, thanks for answer.
I finally resolve the problem with the module strapi-v5-plugin-populate-deep.

1 Like