Why did this happen?


A merchant with three websites using en_GB, fr_FR and de_AT requires a change in locale to de_DE for the German Production website. After running the following command on Production you notice the frontend design of the German website is broken:

php bin/magento config:set –scope=websites –scope-code=german general/locale/code de_DE

Static content deployment is set up on the deploy phase.

Why did this happen?
A . Static Content is not pre-generated for the de_DE locale
B . de_DE is not writeable in pub/static and has to be configured via the .magento.app.yaml file
C . The magento-cloud environment:deploy command has not been run yet to generate static content for the new locale
D . STATIC_CONTENT_SYMLINK is not configured in the .magento.env.yaml file

Answer: C

Leave a Reply

Your email address will not be published.