• Resolved luc3283

    (@john5171)


    This is a bug report, because I found the solution.

    After restoring a new Duplicator backup, and changing from the non-www version to www, the wp-admin page is not working on login. The page just refreshes without any messages.

    I fixed it by adding the following to wp-config.php:

    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @luc3283,

    Those values are normally installed in the database and will be replaced at install time during the database update. While you can add them to the wp-config.php; typically that is not needed. Did you happen to see errors in the installer-log.txt file?

    Thanks~

    Thread Starter luc3283

    (@john5171)

    No errors were listed when the deployment ended (0 errors). Not sure about the installer-log…

    The site was working fine. Just the wp-admin login wasn’t.

    Interesting, thanks for the update!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp-admin login not working (fixed)’ is closed to new replies.