First, check your general setting in WordPress, check your WordPress address (URL). if you can’t access your general setting page then add the code below to your wp-config.php file define(‘WP_HOME’,’https://your-site.com’);
define(‘WP_SITEURL’,’https://your-site.com’);