strapi / starters-and-templates

Monorepo for all official Strapi v4 templates
MIT License
327 stars 117 forks source link

How to add multiple tags in a single blog #50

Closed Shivraj97 closed 2 years ago

Shivraj97 commented 2 years ago

Hello Strapi, I am really sorry to put this as an issue. I have posted it in Stackoverflow also. Actually I want to implement something and not able to figure it out so I am posting it here for some help. In the Next + Strapi there is an option to categorize blogs based on category however I would like to add multiple tags to a single blog and in my Next app I would like to categorize them based on these tags and View all. I have create a Tag collection type and tried to establish a relation however I am not getting it in API response. Do I need to modify something related to API call in my Next app.

image image image
remidej commented 2 years ago

Hello, I'm closing this as this is not an issue with the starter itself. But I think the issue may come from the permissions. You can check if the Tag collection type has the "find" action enabled for the public route