I have migrated my Magento 2.3.2 site from CPanel to plesk.
It's working fine on the frontend, however the admin panel shows too manny redirects and appends www in domain name.
I have tried all solutions still not working.
I have enabled secure url for admin and remved cookie_domain value from core_config_data but still same issue.
From plesk hosting setting, I have set preferred domain with none and without www options but both have same issue.
@ishaqdahot Please clear the browser cache/cookies
rm -rf var/cache/* var/page_cache/* generated/code/* php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f bin/magento cache:flush
Hi,
Thanks @Sanjay Jethva for you reply.
Site is working now.
Basically, the issue was in the base URL I didn't add www inside base url so that's why frontend urls were working, however, admin url was getting too many redirects with a redirect loop.
yes it too agree with you, there are too many redirections in this, please fix this issue.