Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 21
---
title: Fix maintenance page
issue: NEXT-9121
author: Sebastian König
author_email: [email protected]
author_github: @tinect
---
- Added auto reload to
Storefront/storefront/page/error/error-maintenance.html.twig
with new blockerror_maintenance_script_reload
- Added new method
shouldRedirectToShop
toShopware\Storefront\Framework\Routing\MaintenanceModeResolver
- Added service
Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
toShopware\Storefront\Controller\MaintenanceController\MaintenanceController
- Added status code
HTTP_SERVICE_UNAVAILABLE
to result for active maintenance mode inShopware\Storefront\Controller\MaintenanceController\MaintenanceController
- Added header
Retry-After
to result for active maintenance mode inShopware\Storefront\Controller\MaintenanceController\MaintenanceController
- Added status code
HTTP_TEMPORARY_REDIRECT
to redirect result in methodmaintenanceResolver
inShopware\Storefront\Framework\Routing\StorefrontSubscriber