ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 45 - AD0-E722 discussion

Report
Export

An Adobe Commerce Architect is supporting deployment and building tools for on-premises Adobe Commerce projects. The tool is executing build scripts on a centralized server and using an SSH connection to deploy to project servers.

A client reports that users cannot work with Admin Panel because the site breaks every time they change interface locale.

Considering maintainability, which solution should the Architect implement?

A.
Modify project config.php file, configure 'admin_locales_for_deploy' value, and specify all required locales
Answers
A.
Modify project config.php file, configure 'admin_locales_for_deploy' value, and specify all required locales
B.
Edit project env.php file, configure 'adminJocales_for_build' value, and specify all required locales
Answers
B.
Edit project env.php file, configure 'adminJocales_for_build' value, and specify all required locales
C.
Adjust the tools build script and specify required locales during *setup:static-content:deploy' command
Answers
C.
Adjust the tools build script and specify required locales during *setup:static-content:deploy' command
Suggested answer: C

Explanation:

The issue here is that the site breaks every time the users change interface locale in the Admin Panel. This is because the static content for the different locales is not generated during the deployment process. The solution is to adjust the tools build script and specify required locales during *setup:static-content:deploy' command.This will ensure that the static content for all the needed locales is generated and deployed to the project servers.Reference: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/deploy/static-content.html?lang=en#deploy-static-view-files1

asked 02/10/2024
Zafor Iqbal
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first