0
votes

We are seeing i18n issue only on publish env. Its working fine in author environment. Issue is that i18n is not loading in publish env, due to which i18 translations are not working on AEM pages.

Author - http://localhost:4502/libs/cq/i18n/dict.en_us.json - i18n loads fine

Publisher - https://localhost:4503/libs/cq/i18n/dict.en_us.json - Error saying- Cannot serve request to /libs/cq/i18n/dict.en_us.json on this server (fyi – I am logged as admin user here)

Troubleshooting till now –

  1. Verified all the bundles are active
  2. Also, we came to know that i18n is not working for geometrixx pages in publish env

Could someone provide any pointers to fix this?

1
Any publish instance error log for your request ?VAr
nothing in error logs.user2581831

1 Answers

1
votes

Restart the publish server and try. There is a bug since AEM 6.1 that requires a server restart to pick up a new i18n dictionary folder after it is installed on the instance. Subsequent additions to the folder work fine as long as the i18n root folder is not deleted.

Reference: https://issues.apache.org/jira/browse/SLING-4814