Run php bin/magento setup:static-content:deploy
Problem Solved? Please click on 'Kudos' & Accept as Solution!
Hi
i only see this in mi page
https://drive.google.com/file/d/144FlVyhly1Jxs5wQbpI6nFH5bdjDuVKj/view?usp=sharing
Magento 2.4 deprecated setupwizard aor manual installations. Now you have to install using CLI only. Please make sure elastic search should be installed locally.
https://devdocs.magento.com/guides/v2.4/install-gde/composer.html
https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html
Please try below commands:
Delete all folders under pub/static Delete var/cache
Delete var/composer_home
Delete var/generation
Delete var/page_cache
Delete var/view_preprocessed
Run php bin/magento setup:static-content:deploy
Problem Solved? Please click on 'Kudos' & Accept as Solution!
are you recommending to run these commands to install Magento 2.4? Please install Magento 2.4 at your end once.
I have suggested to resolve issue of "not showing configuration panel" in admin only. If he is interested then he can run. Other wise don't use suggestions.
Thank you.
Please check question he is looking to install Magento not admin configuration. In Magento 2.4 it is deprecated to install Magento 2.4 using UI.