Hi I haved the same problem and I solved it changing some values in my DB…
INSERT INTO wp_options (option_id, option_name, option_value, autoload) VALUES
(1, ‘siteurl’, ‘https://mywebsite.mx’, ‘yes’),
(2, ‘home’, ‘https://mywebsite.mx’, ‘yes’),
(3, ‘blogname’, ‘mywebsite Power’, ‘yes’),