My front is working fine and admin url:admin_rillmark redirect to the following url
http://127.0.0.1/test11/admin_rillmark/admin/auth/login/key/9a93d07026bee02246470be7e230d6edc0bd5f8bb0b20b749794ae272c7c9c8a/
Gives the error page is not working.
My front is working fine and admin url:admin_rillmark redirect to the following url
http://127.0.0.1/test11/admin_rillmark/admin/auth/login/key/9a93d07026bee02246470be7e230d6edc0bd5f8bb0b20b749794ae272c7c9c8a/
Gives the error page is not working.
There could be multiple reasons behind that...
Try to show some log... meanwhile run these command..
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex
php bin/magento cache:flush
then retry...
Run this command in Magento directory
composer upgrade
Magento will start running chears
Below commands will figure out the problems
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex
php bin/magento cache:flush
Enjoy!!!