shopware / SwagShopwarePwa

This extension adds additional endpoints to your Shopware 6 platform to let it integrate with Shopware PWA.
40 stars 17 forks source link

Added feature with maintenance mode on store-api.pwa.cms-page-resolve route #99

Open meeshoogendoorn opened 2 years ago

meeshoogendoorn commented 2 years ago

Added maintenance mode functionality to store-api pwa-page route which will return a 503 temporarily unavailable or under construction when maintenance mode is enabled in Shopware 6.

Features:

meeshoogendoorn commented 2 years ago

maybe to be sure it's a good practice to give the whole store-api a maintenance mode check so it even works on the normal pages that are native in shopware-pwa and not from cms.

i think 99% of the time these pages need data from Shopware 6 so 503 return will be thrown when in maintenance mode.