System Information
- Strapi Version: 4.0.5
- Operating System: Linux
- Database: Postgresql
- Node Version: 16
- NPM Version:
- Yarn Version:
I started a typescript project with the blog starter. I want to make Articles
public but when I go to the public role inside roles & permissions I can’t see the content heading for article, author etc…
If I create a new collection then I can see that collection there but I can’t see it for the default collections and hitting the endpoint /articles gives a not found error.
Where am I going wrong?