How to create /libs/cq/i18n/dict.en.json file in AEM 6.5 | Community
Skip to main content
Level 2
March 28, 2023
Solved

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

  • March 28, 2023
  • 1 reply
  • 1061 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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 reply

DPrakashRaj
Community Advisor
DPrakashRajCommunity AdvisorAccepted solution
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