How to fix error: Magento 2.4 : Missing required argument $engines of Magento\Search\Model\EngineResolver?
Fix:
Just run these commads in magento 2 root using ssh console:
bin/magento module:disable Magento_Elasticsearch6 Magento_Elasticsearch Magento_Elasticsearch7
bin/magento module:enable Magento_Elasticsearch6 Magento_Elasticsearch Magento_Elasticsearch7