'Strapi returns meta-data but data is null

I’ve just started learning about Strapi, when I request data (GET) on an endpoint (/api/orders) it returns “meta data” but data is although orders exists in database enter image description here



Solution 1:[1]

Make sure all your entries are not as draft and they are published, this may be a reason nothing is returned.

Strapi Draft and publish

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Cristian Cimuca