Strapi API Error {"data":null,"error":{"status":404,"name":"NotFoundError","message":"Not Found","details":{}}}

I have the same issue. as soon as you request 1 item from the collection type using id it returns

{
    "data": null,
    "error": {
        "status": 404,
        "name": "NotFoundError",
        "message": "Not Found",
        "details": {}
    }
}