What causes this?

You added the env:ADMIN_PASSWORD variable in the Project Web Ul to change a Magento admin user's password After deployment you are unable to login using the new password What causes this?A . When you add a variable. the build stage is being skipped because the codebase has not been changed...

February 19, 2021 No Comments READ MORE +

What step must you complete for the URL to stop redirecting?

You are adding a new website to the Magento store you manage. This website will run on the same instance of Magento to take advantage of shared integration processes. When accessing the new website URL. it redirects to the original website. The files in /media/ and /static/ do not redirect....

February 19, 2021 No Comments READ MORE +

How do you update this on the integration branch and its child branches?

You need to increase the Admin Session Lifetime up to 86400 seconds for the branch named Integration and children branches but not for the Staging and Production branches. How do you update this on the integration branch and its child branches?A . On your local environment, set the Admin Session...

February 19, 2021 No Comments READ MORE +

How do you test a patch in a clean working copy?

You fixed an issue in a third-party extension using a patch named m2-hotfixes/extension-fix.patch Before committing the patch to the repository you want to test itlocally How do you test a patch in a clean working copy?A . Commit the patch because the pre-commit hook will abort the commit it any...

February 17, 2021 No Comments READ MORE +

How do you correct the environment variable?

You need to specify the admin password using an environment variable. You have created an environment variable env:ADMIN_PASSWORD with a valid password When attempting to log in to the Magento Admin it is not accepting the new password. How do you correct the environment variable?A . The Sensitive option is...

February 17, 2021 No Comments READ MORE +

How do you fix this?

After installing a Magento extension that implements a new class for a site and deploying this to an integration environment you see it is not working. In the logs you discover the following error: How do you fix this?A . A support ticket should be riled with Magento Commerce Cloud...

February 17, 2021 No Comments READ MORE +

Why does this occur?

A custom module that adds a new console command for bin/magento has just been built Deploying this to the Production environment on your Pro plan site causes the build phase to fall. You find this occurs when you inject certain Magento core classes in your console command class. The command...

February 16, 2021 No Comments READ MORE +

How do you fix this?

Youare debugging an issue with an extension that only occurs in Production. The extension writes relevant information using the debug log level. However that specific information is not getting written to the logs on Production. How do you fix this?A . Enable developer mode in Production for a short period...

February 15, 2021 No Comments READ MORE +

Considering static assets are being generated on the build phase why are CSS prefixes missing?

You added a grunt autoprefixer command, which adds CSS vendorprefix like Cwebkit- and Cmoz- to CSS files generated by the setup:static-connect: deploy command. After deployment you still see CSS files without prefixes. The hooks section in the .magento. app. Yaml file is: Considering static assets are being generated on the...

February 14, 2021 No Comments READ MORE +

How many upsize days will this event use?

Your client is expecting a five-day sale where the traffic will approximately double. Your instance is consuming all available resources on all three nodes so upsizing one level is appropriate. How many upsize days will this event use?A . FiveB . EightC . TenD . FifteenView AnswerAnswer: A

February 14, 2021 No Comments READ MORE +