How to create /libs/cq/i18n/dict.en.json file in AEM 6.5 | Adobe Higher Education
Skip to main content
Level 2
March 28, 2023
解決済み

How to create /libs/cq/i18n/dict.en.json file in AEM 6.5

  • March 28, 2023
  • 1 の返信
  • 1061 ビュー

Hi All,

 

I am getting error 404 related to "/libs/cq/i18n/dict.en.json", When i check  "/libs/cq/i18n/" this location i didn't find any  dict.en.json file. Now i want to fix this 404 error.

Now I want to create/generate this file at "/libs/cq/i18n/" this location.

 

"/libs/cq/i18n/dict.en.json" 404 error are coming only when i am try to access through domain name, using id address i am nor getting this error.

 

 

 

 

Thanks.

このトピックへの返信は締め切られました。
ベストアンサー DPrakashRaj

If you have to put dict.en.json it should go as /apps/cq/i18n/dict.en.json and not as /libs/cq/i18n/dict.en.json as /apps folder get preferences over /libs folder and all your custom code should go inside /apps folder

1 の返信

DPrakashRaj
Community Advisor
Community Advisor
April 1, 2023

If you have to put dict.en.json it should go as /apps/cq/i18n/dict.en.json and not as /libs/cq/i18n/dict.en.json as /apps folder get preferences over /libs folder and all your custom code should go inside /apps folder