I get “too many redirects” problem when migrating localhost site

Try to set these settings in your wp-config.php:

define('WP_SITEURL', 'https://example.org');
define('WP_HOME', 'https://example.org');

Where https://example.org – your new domain