Http://localhost:1337/api/post { "data": null, "error": { "status": 404, "name": "NotFoundError", "message": "Not Found", "details": { } } }

Hello I configured strapi and launched my api. Except that I can’t even access my API just via the url I receive a: 404 Whether by spanking an api/post or api/posts

this is my problem too.how did you fix it?