The Adobe Commerce Cloud store’s default admin URL is domain_name/admin. It’s always best security practice not to use an easy-to-identify admin URL and instead keep it unique. The app/etc/env.php file has the admin endpoint, but you can’t push this file to the Adobe Commerce Cloud server. We’ll walk you through the steps to change your Adobe Commerce admin URL from the cloud console.
Continue reading “How to Change Admin URL in Adobe Commerce Cloud”Create Returns Button is Missing in Adobe Commerce Cloud
Adobe Commerce Cloud (formerly known as Magento Commerce) has a powerful feature called returned merchandise authorization (RMA) that allows magento customers to request a return of the item. However, many users have encountered an issue where the “Create Returns” button is missing for some orders. This blog post will explore all possible reasons for this issue and provide solutions to restore the missing functionality.
Continue reading “Create Returns Button is Missing in Adobe Commerce Cloud”How to Access .well-known URL in Adobe Commerce Cloud
If you’re working with Adobe Commerce Cloud (formerly Magento Commerce Cloud), you may need to access the URL /.well-known/apple-developer-merchantid-domain-association.txt to validate the domain for Apple Pay. However, you may realize that you don’t have permission to create the .well-known directory at the root of the Adobe Commerce Cloud server. If you find yourself in this situation, keep reading to learn how to access the .well-known URL.
Continue reading “How to Access .well-known URL in Adobe Commerce Cloud”How to Get auth.json Keys in Adobe Commerce Cloud
When you clone the Adobe Commerce Cloud project to your local system, it may not include the auth.json file containing the public and private keys of repo.magento.com. These keys are necessary to validate your Adobe Commerce Cloud version and use it to install or upgrade Commerce Cloud native modules.
Continue reading “How to Get auth.json Keys in Adobe Commerce Cloud”Magento 2 The Update With the ID doesn’t Exist. Verify the ID and Try Again
The error message updated with the ID doesn’t exist when saving products from the admin side occurs when content staging is enabled in your Adobe Commerce or Magento 2 commerce cloud website.
Continue reading “Magento 2 The Update With the ID doesn’t Exist. Verify the ID and Try Again”Magento 2 Redirect Customer to Login Page if Not Logged In
Adobe Commerce provides a feature to restrict guest users’ access by enabling Website Restriction Mode. If users try to access any page without login, they will be redirected to the login page and asked to log in before accessing the website’s page.
Continue reading “Magento 2 Redirect Customer to Login Page if Not Logged In”How to Get Magento Quality Patch Files in .patch format
Patch (we can say diff) files are text files that contain the details of the file to be changed. Magento 2 quality patches has the new code which will be replaced with the old one to fix Magento 2 core module issues.
Continue reading “How to Get Magento Quality Patch Files in .patch format”Create Custom Cron Job in Magento 2 Commerce Cloud
Adobe commerce cloud provides a feature to create a custom cron job by adding them to .magento.app.yaml file. You can execute any command by adding it to .magento.app.yaml file.
Continue reading “Create Custom Cron Job in Magento 2 Commerce Cloud”How to Update etc/env.php file in Adobe Commerce Cloud
The etc/env.php file differs for each environment, such as your local, staging, and production. That means you can not edit this file and push this file from your local setup to the cloud environment as this is ignored by Git. In some situations, you have to add some variables or edit values in the /app/etc/env.php file. If you are considering how to edit the env.php file in Magneto 2 commerce cloud or Adobe commerce cloud then this blog post by Dhairvi Solutions is for you.
Continue reading “How to Update etc/env.php file in Adobe Commerce Cloud”Create Customer Custom attribute in Adobe Commerce
If you are looking to add a custom attribute for the customer in your Magento 2 website and your Magento version is Adobe Commerce (Enterprise Version) then you can do it without writing a signal code. Adding a custom attribute for customers is natively provided by Adobe Commerce.
Continue reading “Create Customer Custom attribute in Adobe Commerce”
