내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

AEM 6.2 - i18n translations not working in Publish env but works in Author

Avatar

Level 2

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
  3. Not seeing anything in logs.

Could someone provide any pointers to fix this?

2 답변 개

Avatar

Employee

Hi

it works on my instance, your publish URL has "https", does it work if you use "http"?

http://localhost:4503/libs/cq/i18n/dict.en_us.json

Regards,

Opkar

Avatar

Level 2

Still same issue with http.