API does not expose repeatable nested component

System Information
  • Strapi Version: v4.0.5
  • Operating System: Windowns 10
  • Database: .temp
  • Node Version: v16.13.1
  • NPM Version:
  • Yarn Version:

Hi Guys,

Thank you for looking into this.

So I have set up a component (repeatable) inside another component. Please see the picture attached. For example:

Skills section - component
- Title
- Text
- - Sub section - component (repeatable)
- - - Title
- - - Text

When I try to fetch it via (/api/about-page?populate=*), I only get the top-level fields. The section (subsection in bold) does not show up.

Content with a red border does not show up.

Any suggestions?

Thank you.

1 Like

Looks like I am not the only one :frowning: looking forward to a reply from someone.

Looks like no one is bothered to answer.

@khadim, I ended up using GpaphQL. It is so much cleaner and simpler.

You can use the Apollo client package. It is super simple and you can drill down as much as you need.

Regards,