0

I'm facing this issue where the Media field doesn't show up in the output even though it's populated. Does anybody know what the problem might be?

enter image description here

enter image description here

centhous
  • 93
  • 1
  • 3
  • You could check out this post here: [link](https://stackoverflow.com/questions/70249364/components-not-included-in-strapi-api-response/70251184#70251184) I had the same problem and this worked for me. – IceJonas Dec 12 '21 at 13:12

1 Answers1

2

Just populate the image field in your request -> http://localhost:1337/api/something?populate=somthing.image

Paul Syu
  • 21
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 12 '21 at 05:11