Mysql – Strapi v5 increments ID non-sequentially Data Not Found
Strapi v5 increments ID non-sequentially Data Not Found In strapi displays: Mysql displays: When i try it in postman with Url: http://localhost:1337/api/cates/3 Result: { "data": null, "error": { "status": 404, "name": "NotFoundErro]", "message": "Not Found", "details": 1 } } In…