You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying a new instance the first time the Magento cache is not enabled in app/etc/env.php and bin/magento cache:enable needs to be executed.
IMHO there is so much cache cleaning but no one thought about to actually enable the cache for Magento. So I think we need another deploy step to enable the cache and add it to the deploy scenario.