On the management screen of a project created with 'strapi strarter', 'article, etc' are not displayed in the role settings

On the management screen of a project created with ‘strapi strarter’, ‘article, etc’ are not displayed in the role settings.

So, I can’t access the article API.

http://localhost:1337/api/article/1

I think this is the reason why I can’t access it.
Is there any way to solve this?

[details=“System Information”]

  • **Strapi Version **: v4
  • Database: sqlite
  • Node Version: v18

The correct URL format was “http://localhost:1337/api/articles/1”.
If it was created using JavaScript, it could be displayed.

I have this problem when I select TypeScript in strapi-stater.
There are people having the same problem.