Api does not get all fields

System Information
  • Strapi Version: v4.0.5
  • Operating System: linux
  • Database: mysql
  • Node Version: v14.18.3
  • NPM Version: v6.14.16
  • Yarn Version:

Hi Guys,
i have a Problem with the API. I created a component with buttons in the backend. See Screenshot.

The role is set to public. If I now call the API (api/seiten?populate=*) I only get the following in relation to the buttons:

{
                    "id": 2,
                    "__component": "content.button-group"
                }

And i dont know why :frowning:
Can anyone help here?

why deletet? :smiley:

Take a look at the following post for a workaround to populate deeply nested components:

Strapi V4 populate Media and Dynamiczones from Components

Do I seriously have to revise the controllers to get all the data? that’s what I call a CMS :smiley:

1 Like