Hi guys, I am having problem getting data from database, for example: http://localhost:1337/authors,
I have added successfully data using content-type as you can see from images, also i have enabled in roles, public, find option
I see your items are listed as drafts. It means they’re not published (exposed to outside), hence you’re getting an empty array. Try going into each of them and hitting publish in the top right corner.
If you don’t want this type of behaviour you can disable it in model definition in code (did not find it in cms myself, it probably exists somewhere though)