Magento 2.4 setup:install Stuck with no progress, i have even left it for few hours but nothing shows up, no error in apache logs as well. It is just stuck here.
Any Help?
All dependencies are installed already. memory limit set to 2GB already.
Did you check file permission ?
if missing please run command in magento 2 root directory
find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} + && find var generated vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} + && chown -R :www-data . && chmod u+x bin/magento
also check PHP dependency by run command in root directory
$ composer update
i recommend to use Magento 2.3.4 instead of Magento 2.4