This article provides a fix for when maintenance mode is enabled (a Magento Commerce Cloud issue) but the store front is still available for customers.
Affected products/versions
- Magento Commerce Cloud, all versions
Issue
Steps to reproduce
- Enable the maintenance mode for the site.
- Navigate to the store front.
Expected result
The maintenance page is displayed.
Actual result
Store front pages are displayed as usual.
Cause
Pages are still cached so the maintenance page does not show.
Solution to site visible despite being in maintenance mode
- SSH to your environment.
- Run the
php bin/magento cache:clean
command.