'm new to Magento, after installation of Magento 2 community edition.I am not able to access the admin panel. I am getting below error.
This web page has a redirect loop
Error ERR_TOO_MANY_REDIRECTS
Please help me to resolve the issue. Advance thanks to all.
Solution
php bin/magento config:set web/unsecure/base_url http://example.local/
php bin/magento config:set web/secure/base_url https://example.local/
php bin/magento config:set web/secure/use_in_adminhtml 1
php bin/magento cache:flush