System Information
- Strapi Version: 4 latest
- Operating System: Win10
- Node Version: 16 latest
- NPM Version: 5 latest
Hey guys, yesterday created new project to test Strapi-4 with latest changes but after I created collection and components, added localization fiil all fields, on settings updated all public settings to allow everything.
But when I’m making a get request I’m getting only collection fields without localization fields or components additional fields (like SEO) also tried with SEO plugin and nothing.
For example is I use query ‘example.com/pages’ it shows me only English with no additional information that I have localization, if I try ‘/pages/1’ it give me default en and '/pages/2’ translated content.
The problem I can’t programmly understand how to know or get translated content…