New added locale does not appear

System Information
  • Strapi Version: 4.15.0 (community)
  • Operating System: Mac OS
  • Database: MySQL
  • Node Version: 16.18.1
  • NPM Version: 8.19.2

Hello,

I am facing an issue with my Strapi deployment. I currently have 2 locales deployed without any issue, I recently added a third one. The new locale is not available to Authors and Editors, it’s only available to the admin account unlike the original two locales.

I see that there are a few open issues on Github related to locales but it’s not clear whether it could explain the issue I am facing.

try yarn install and yarn build or npm i and npm run build that should fix the issue

Thanks for your reply @Boegie19. I tried your solution but unfortunately it does not seem to work, the Editors and Authors still don’t have access to the new locale. Only the admin is able to see it.