Find one Error After sending the request

System Information
  • **Strapi Version5:
  • **Operating Systemwindows 10:
  • **Databasesqllite:

hi
After sending the request
1

, the following error is returned
{
“data”: null,
“error”: {
“status”: 404,
“name”: “NotFoundError”,
“message”: “Not Found”,
“details”: {}
}
}

{
“data”: [
{
“id”: 15,
“documentId”: “vlmel616jyywcemjj2k3gh3z”,
“title”: “strapi description”,
“body”: [
{
“type”: “paragraph”,
“children”: [
{
“type”: “text”,
“text”: “Make sure all your entries are not as draft and they are published, this may be a reason nothing is returned.”
}
]
}
],
“slug”: “strapi-description”,
“createdAt”: “2024-07-14T11:25:47.983Z”,
“updatedAt”: “2024-07-14T11:25:47.983Z”,
“publishedAt”: “2024-07-14T11:25:48.000Z”,
“locale”: null
}
],
“meta”: {}
}