I have installed Magento 2.4.1 via composer install, then I tried to log in to the admin it asks for two-factor authentication, I have disabled the two-factor authentication using the command (bin/magento module:disable Magento_TwoFactorAuth) and flushed the cache using (bin/magento cache:flush), after doing these when I try to access my site it gives a blank page(attached screenshot). 
- check var/log/ for any exceptionYasir Latif– Yasir Latif2020-12-14 13:47:39 +00:00Commented Dec 14, 2020 at 13:47
- probably bin/magento setup:upgrade will help (in developer mode) or bin/magento setup:upgrade && bin/magento s:d:c && bin/magento s:s:d (in production mode)Jan Biesiada– Jan Biesiada2020-12-14 15:27:04 +00:00Commented Dec 14, 2020 at 15:27
Add a comment |