hi all, I’m having the same problem , I did a quickstart strapi installation, created some content , but am unable to access it via get requests
when I try o access the published content with http://localhost:1337/api/contentpanels
I see:
{
“data”: null,
“error”: {
“status”: 404,
“name”: “NotFoundError”,
“message”: “Not Found”,
“details”: {}
}
}