Expand my Community achievements bar.

SOLVED

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

Avatar

Level 3

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.

 

user00181_1-1679988677302.png

 

 

user00181_0-1679988537774.png

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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